We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2cfe9 commit a434b51Copy full SHA for a434b51
README.md
@@ -32,7 +32,7 @@ print(str(uuid.uuid4()))
32
33
1. Start your app with:
34
```bash
35
-uvicorn fastapi_skeleton.main:app
+uvicorn fastapi_scaffolding.main:app
36
```
37
38
2. Go to [http://localhost:8000/docs](http://localhost:8000/docs).
0 commit comments