diff --git a/Readme.md b/Readme.md index 4c0036d..a91b7f3 100644 --- a/Readme.md +++ b/Readme.md @@ -39,7 +39,7 @@ other handler implementations, enabling a lot of flexibility while develeoping. ### TODOs * [x] Improve docs/Merge with the ones of Vikunja -* [ ] Description of web.HTTPError +* [x] Description of web.HTTPError * [ ] Rights methods should return errors (I know, this will break a lot of existing stuff) * [ ] optional Before- and after-{load|update|create} methods which do some preprocessing/after processing like making human-readable names from automatically up counting consts * [ ] "Magic": Check if a passed struct implements Crudable methods and use a general (user defined) function if not