## Add a section in the README to explain user should consider to use `wrap-routes` with ring-congestion. - From [Stackoverflow](https://stackoverflow.com/questions/10822033) `wrap-routes` enable applying a middleware function to routes after they have been matched - https://weavejester.github.io/compojure/compojure.core.html#var-wrap-routes In my use case, using ring-congestion can easily influence other routes if I don't use `wrap-routes`.
Add a section in the README to explain user should consider to use
wrap-routeswith ring-congestion.wrap-routesenable applying a middleware function to routes after they have been matchedIn my use case, using ring-congestion can easily influence other routes if I don't use
wrap-routes.