1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

README update

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-03-25 09:08:35 -07:00
parent e49e74aeac
commit 39df7d9671

View File

@ -4,7 +4,7 @@ Bolt is a fast HTTP router (zero memory allocation) + micro web framework in Go.
### Features
- Zippy router.
- Extensible middleware.
- Bring you own handler / middleware.
- Hook any middleware / handler.
- Serve static files, including index.
### Example