Skip to content

Commit a434b51

Browse files
authored
📝 typo in readme
1 parent 6c2cfe9 commit a434b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ print(str(uuid.uuid4()))
3232

3333
1. Start your app with:
3434
```bash
35-
uvicorn fastapi_skeleton.main:app
35+
uvicorn fastapi_scaffolding.main:app
3636
```
3737

3838
2. Go to [http://localhost:8000/docs](http://localhost:8000/docs).

0 commit comments

Comments
 (0)