Skip to content

Commit

Permalink
Merge pull request #4 from experimental-design/hotfix/readme
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
jduerholt authored Nov 28, 2024
2 parents e16f640 + 6574ce0 commit 7924dc9
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 @@ -123,7 +123,7 @@ pip install -r requirements.txt

### Run
```bash
uvicorn --app-dir app:app --reload
uvicorn --app-dir=app app:app --reload
```

If you also want to use the asynchronous worker based candidate generation, use the following snippet to start at least one worker:
Expand Down

0 comments on commit 7924dc9

Please sign in to comment.