From 1434446e3b2b39b0d6776825ab45972da6a77bf1 Mon Sep 17 00:00:00 2001 From: pbrochar <36422268+pbrochar@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:13:53 +0100 Subject: [PATCH] update doc (#9) --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f567ef3..435b773 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 07efcaf..a0c7512 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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/))