diff --git a/README.md b/README.md index 38800d3..2a0f731 100644 --- a/README.md +++ b/README.md @@ -492,7 +492,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234) * [websocket](https://github.com/fasthttp/websocket) - Gorilla-based websocket implementation for fasthttp. * [fasthttpsession](https://github.com/phachon/fasthttpsession) - a fast and powerful session package for fasthttp servers. - * [atreugo](https://github.com/savsgio/atreugo) - Micro-framework to make simple the use of routing and middlewares. + * [atreugo](https://github.com/savsgio/atreugo) - High performance and extensible micro web framework with zero memory allocations in hot paths. * [kratgo](https://github.com/savsgio/kratgo) - Simple, lightweight and ultra-fast HTTP Cache to speed up your websites. * [kit-plugins](https://github.com/wencan/kit-plugins/tree/master/transport/fasthttp) - go-kit transport implementation for fasthttp.