Skip to content

Commit

Permalink
update doc (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrochar authored Feb 17, 2024
1 parent a88e591 commit 1434446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ blitz start your-blitz-app

*And yeah, that's it.*

Just add some resources in the blitz file, and you now have a fully functional API with models and the corresponding database schema, along with all the modern features you can expect from a modern app like:
Just add some resources in the blitz file, and you now have a fully functional API and the corresponding database schema, along with all the modern features you can expect from a modern app like:

- Automatic Swagger UI for the API
- Admin
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ blitz start your-blitz-project

___

You have now a fully functional API with two models and the corresponding database schema with all the modern feature you can expect from a modern app like:
You have now a fully functional API with two resources and the corresponding database schema with all the modern feature you can expect from a modern app like:

- Automatic Swagger UI for the API
- Data validation and error messages (thanks to [Fastapi](https://fastapi.tiangolo.com/) and [SQLModel](https://sqlmodel.tiangolo.com/))
Expand Down

0 comments on commit 1434446

Please sign in to comment.