diff --git a/README.md b/README.md
index a20d947b..99bc8624 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ frameworks
## Goals
-The following goals are the main objectives that Dartness needs to provided and why it was designed for:
+The following goals are the main objectives that Dartness needs to provide and why it was designed for:
* ๐ **Full stack integration** with flutter or other dart front end frameworks
* ๐คนโโ๏ธ๐คนโโ๏ธ **Easy and understandable** for people coming from other kind of technology
diff --git a/docs/README.md b/docs/README.md
index a7a1a73b..99bc8624 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -14,7 +14,7 @@ frameworks
## Goals
-The following goals are the main objectives that Dartness needs to provided and why it was designed for:
+The following goals are the main objectives that Dartness needs to provide and why it was designed for:
* ๐ **Full stack integration** with flutter or other dart front end frameworks
* ๐คนโโ๏ธ๐คนโโ๏ธ **Easy and understandable** for people coming from other kind of technology
@@ -90,26 +90,26 @@ Server listening on port 3000
## TODO
1. HTTP
- - Controllers
- - Bind annotations
- - Header
- - Body
- - Param
- - Query
- - Middleware
- - Interceptor
- - Websockets
+ - Controllers
+ - Bind annotations
+ - Header
+ - Body
+ - Param
+ - Query
+ - Middleware
+ - Interceptor
+ - Websockets
2. Exceptions
- - Exception Handler
+ - Exception Handler
3. Security
- - Roles
- - CORS
+ - Roles
+ - CORS
4. Dependency Injection
- - Injectable
+ - Injectable
5. Scheduling
- - Annotation
+ - Annotation
6. Database
- - ORM
- - Repository
+ - ORM
+ - Repository
7. Testing
8. CLI
\ No newline at end of file
diff --git a/packages/dartness_server/README.md b/packages/dartness_server/README.md
index eb6af89b..0d8f78a3 100644
--- a/packages/dartness_server/README.md
+++ b/packages/dartness_server/README.md
@@ -14,7 +14,7 @@ frameworks
## Goals
-The following goals are the main objectives that Dartness needs to provided and why it was designed for:
+The following goals are the main objectives that Dartness needs to provide and why it was designed for:
* ๐ **Full stack integration** with flutter or other dart front end frameworks
* ๐คนโโ๏ธ๐คนโโ๏ธ **Easy and understandable** for people coming from other kind of technology
@@ -86,3 +86,30 @@ like this:
$ dart run example/main.dart
Server listening on port 3000
```
+
+## TODO
+
+1. HTTP
+ - Controllers
+ - Bind annotations
+ - Header
+ - Body
+ - Param
+ - Query
+ - Middleware
+ - Interceptor
+ - Websockets
+2. Exceptions
+ - Exception Handler
+3. Security
+ - Roles
+ - CORS
+4. Dependency Injection
+ - Injectable
+5. Scheduling
+ - Annotation
+6. Database
+ - ORM
+ - Repository
+7. Testing
+8. CLI
\ No newline at end of file