Skip to content

Commit

Permalink
📝 typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeisele authored Jul 24, 2020
1 parent 6c2cfe9 commit a434b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ print(str(uuid.uuid4()))

1. Start your app with:
```bash
uvicorn fastapi_skeleton.main:app
uvicorn fastapi_scaffolding.main:app
```

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

0 comments on commit a434b51

Please sign in to comment.