diff --git a/README.md b/README.md index 30d9c8f..aea5e1c 100644 --- a/README.md +++ b/README.md @@ -120,16 +120,11 @@ func ListUsers(rw http.ResponseWriter, r *http.Request) { ## Integrate with Popular Go Web Frameworks and Components -### Frameworks - -- [go-chi/chi](https://github.com/ggicci/httpin/wiki/Integrate-with-gochi) - [gin-gonic/gin](https://github.com/ggicci/httpin/wiki/Integrate-with-gin) +- [go-chi/chi](https://github.com/ggicci/httpin/wiki/Integrate-with-gochi) +- [gorilla/mux](https://github.com/ggicci/httpin/wiki/Integrate-with-gorilla-mux) - ... -### Components - -- [HTTP Router: gorilla/mux](https://github.com/ggicci/httpin/wiki/Integrate-with-gorilla-mux) - ## Advanced ### 🔥 Extend `httpin` by adding custom directives