From: Chandra Deb <37209383+chandra-deb@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:35:01 +0000 (+0600) Subject: ✏ Tweak wording to clarify `docs/en/docs/project-generation.md` (#5930) X-Git-Tag: 0.90.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6fb9429d21c6492b2541b7210ecc9707b8677e2;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Tweak wording to clarify `docs/en/docs/project-generation.md` (#5930) --- diff --git a/docs/en/docs/project-generation.md b/docs/en/docs/project-generation.md index 2f3d6c1d39..8ba34fa112 100644 --- a/docs/en/docs/project-generation.md +++ b/docs/en/docs/project-generation.md @@ -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.