diff --git a/README.md b/README.md index a2e1333..6e34251 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ It is based on the *all-in-config* idea, where you only have a configuration fi - [x] `varchar(min, max)` - any string with a length between `min` and `max` - [ ] `` - array containing **only** elements matching `a` type - [ ] `` - map containing **only** keys of type `a` and values of type `b` (*a or b can be ommited*) -- [ ] generic controllers implementation (shared objects) -- [ ] response interface \ No newline at end of file +- [x] generic controllers implementation (shared objects) +- [x] response interface \ No newline at end of file