diff --git a/Readme.md b/Readme.md index 1ba577f..4c0036d 100644 --- a/Readme.md +++ b/Readme.md @@ -50,7 +50,7 @@ Using the web handler in your application is pretty straight forward, simply run In order to use the common web handler, the struct must implement the `web.CRUDable` and `web.Rights` interface. -To learn how to use the handler, take a look at [defining routes](#defining-routes-using-the-standard-web-handler) +To learn how to use the handler, take a look at the [handler config](#handler-config) [defining routes](#defining-routes-using-the-standard-web-handler) ## CRUDable