aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Sergio Andrés Virviescas Santana <developersavsgio@gmail.com> 2019-08-02 17:09:28 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-08-02 17:09:28 +0200
commitb97bc32543cbd94e41a3c58a035bb8b2dea60a2f (patch)
treeddc653d2e8a6e3d02cbd961cc5e059e59c0798d0 /README.md
parentUpdate README.md (#610) (diff)
downloadfasthttp-b97bc32543cbd94e41a3c58a035bb8b2dea60a2f.tar.gz
fasthttp-b97bc32543cbd94e41a3c58a035bb8b2dea60a2f.tar.bz2
fasthttp-b97bc32543cbd94e41a3c58a035bb8b2dea60a2f.zip
Update README (#621)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.