From 7a7813274cf4dd0122581b56a5cc6a05a66d07bd Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 24 Mar 2019 11:46:20 +0100 Subject: [PATCH] Updated Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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