Skip to content

Commit

Permalink
Fix readme markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mher committed Jun 17, 2023
1 parent 669019e commit 7ac8c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Or use the configuration of `celery application <https://docs.celeryq.dev/en/sta

$ celery -A tasks.app flower

By default, flower runs on port 5555, which can be modified with the :ref:`port` option ::
By default, flower runs on port 5555, which can be modified with the `port` option ::

$ celery -A tasks.app flower --port=5001

Expand All @@ -72,7 +72,7 @@ In this example, Flower is using the `tasks.app` defined in the `examples/tasks.
API
---

Flower API enables to manage the cluster via HTTP `REST API.
Flower API enables to manage the cluster via HTTP `REST API`.

For example you can restart worker's pool by: ::

Expand Down

0 comments on commit 7ac8c2e

Please sign in to comment.