Minor grammar fixes to README.md

This commit is contained in:
Gustavo-Gadelha 2024-07-28 17:01:35 -03:00
parent 7a4ef6125c
commit a67ed9582f
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ into any other project and itll work independently.
* A mother-folder containing all apps for our project. Congruent to any
JS-framework's `src` folder. If you really wanted to, you could even call it the
`src` folder. Again, it's up to you.
* An app can be a django template project, or an rest framework API.
* An app can be a django template project, or a rest framework API.
### `services`
* Well be writing business logic in services instead of anywhere else.
@ -158,7 +158,7 @@ endpoints to ensure full compatibility.
#### What's `v2` of an API?
Currently we're proposing that major changes to the following, constitutes a new API version:
Currently, we're proposing that major changes to the following constitutes a new API version:
1. Representation of data, either for submission or retrieval
1. Major optimizations
1. Major code reorganization and code refactor