Skip to content

Commit 8638b31

Browse files
authored
Update README.md
1 parent 4b450bb commit 8638b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ pip install -e . # -e = editable mode, changes reflect immediately
7878

7979
If you installed with pipx:
8080
```bash
81-
pipx uninstall fastapi-scaffold
81+
pipx uninstall fastapi-create-project
8282
```
8383

8484
If you installed with pip:
8585
```bash
86-
pip uninstall fastapi-scaffold
86+
pip uninstall fastapi-create-project
8787
```
8888

8989
**Note:** You don't need to install Poetry globally! The CLI installs it automatically in each project.

0 commit comments

Comments
 (0)