Skip to content

Commit 415ca6f

Browse files
authored
Add links to website into README.md (#116)
1 parent 908dda6 commit 415ca6f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# Echo Community Contribution
1+
# Echo Community Contribution middlewares
22

33
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/echo-contrib)
4-
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/labstack/echo-contrib/master/LICENSE)
5-
[![Build Status](http://img.shields.io/travis/labstack/echo-contrib.svg?style=flat-square)](https://travis-ci.org/labstack/echo-contrib)
64
[![Codecov](https://img.shields.io/codecov/c/github/labstack/echo-contrib.svg?style=flat-square)](https://codecov.io/gh/labstack/echo-contrib)
75
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/labstack)
86

7+
* [Official website](https://echo.labstack.com)
8+
* [All middleware docs](https://echo.labstack.com/docs/category/middleware)
9+
910
# Supported Go version
1011

1112
Each major Go release is supported until there are two newer major releases. https://golang.org/doc/devel/release.html#policy
13+
14+
1215
[Echo CORE](https://github.com/labstack/echo) tests with last FOUR major releases (unless there are pressing vulnerabilities)
1316
As this library depends on MANY DIFFERENT libraries which of SOME support only last 2 Go releases we could have situations when
1417
we derive from last four major releases promise.

0 commit comments

Comments
 (0)