Update README.md

This commit is contained in:
Davide Bianchi
2021-10-16 21:39:21 +02:00
committed by GitHub
parent 66b593f3f6
commit 0075df7fc4

View File

@@ -12,7 +12,7 @@ Generate a swagger dynamically based on the types used to handle request and res
It works with any router which support handler net/http HandlerFunc compatible.
The router supported out of the box are:
The routers supported out of the box are:
- [gorilla-mux](https://github.com/gorilla/mux)