Skip to content

Commit

Permalink
Merge pull request #18 from stuaxo/patch-1
Browse files Browse the repository at this point in the history
Fix type in README - fower -> flower
  • Loading branch information
sanggusti authored Jun 5, 2024
2 parents 4f2a44c + 48bead6 commit f10db1d
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 @@ -22,7 +22,7 @@ docker run -p 6379:6379 --name some-redis -d redis
celery -A main.celery worker --loglevel=info

# second terminal: run flower
celery -A main.celery fower --port=5555
celery -A main.celery flower --port=5555

# third terminal: execute python tasks
python
Expand Down

0 comments on commit f10db1d

Please sign in to comment.