We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b450bb commit 8638b31Copy full SHA for 8638b31
README.md
@@ -78,12 +78,12 @@ pip install -e . # -e = editable mode, changes reflect immediately
78
79
If you installed with pipx:
80
```bash
81
-pipx uninstall fastapi-scaffold
+pipx uninstall fastapi-create-project
82
```
83
84
If you installed with pip:
85
86
-pip uninstall fastapi-scaffold
+pip uninstall fastapi-create-project
87
88
89
**Note:** You don't need to install Poetry globally! The CLI installs it automatically in each project.
0 commit comments