✏ Tweak wording to clarify `docs/en/docs/project-generation.md` (#5930)

This commit is contained in:
Chandra Deb 2023-02-10 01:35:01 +06:00 committed by GitHub
parent 9a5147382e
commit d6fb9429d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Project Generation - Template
You can use a project generator to get started, as it includes a lot of the initial set up, security, database and first API endpoints already done for you.
You can use a project generator to get started, as it includes a lot of the initial set up, security, database and some API endpoints already done for you.
A project generator will always have a very opinionated setup that you should update and adapt for your own needs, but it might be a good starting point for your project.