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

Update README.md

This commit is contained in:
Vishal Rana 2015-03-25 08:50:54 -07:00
parent e49e74aeac
commit 10ec3fa318

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.
- Bring your own handler / middleware.
- Serve static files, including index.
### Example