Updated Readme

This commit is contained in:
konrad 2019-03-24 11:46:20 +01:00
parent 66d64e9e45
commit 7a7813274c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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