Skip to content

Commit

Permalink
📎 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ycd committed Dec 7, 2020
1 parent b9c790d commit fe43401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h3 align="center">
<strong>Manage FastAPI projects easily</strong>
<strong>Project generator and manager for FastAPI.</strong>
</h3>
<p align="center">
<a href="https://github.com/ycd/manage-fastapi" target="_blank">
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fe43401

Please sign in to comment.