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