From fe4340101dd5c339c9c399f6216c55caa0e7cfca Mon Sep 17 00:00:00 2001 From: yagiz Date: Mon, 7 Dec 2020 23:19:44 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8E=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2058401..73e1dcf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Manage FastAPI projects easily + Project generator and manager for FastAPI.

@@ -48,15 +48,15 @@ pip install manage-fastapi ``` -## Usage +## Getting started -To get started right away with sensible defaults: +Easiest way to start is using the defaults: ```bash fastapi startproject [name] ``` -You can also use **interactive** mode! +But there is an **interactive** mode! ```bash fastapi startproject [name] --interactive