Skip to content

Commit

Permalink
Fix markdown code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
Medhat Gayed committed Jan 23, 2018
1 parent 01b202d commit f0ff3f4
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 @@ -44,10 +44,10 @@ Usage
# --queue-name="default"
# You can override these values by passing any or all the parameters to the command like so:
python manage.py rq_pulse_check \-\-expected-num-workers=3 \-\-queue-name="high"
`python manage.py rq_pulse_check --expected-num-workers=3 --queue-name="high"`
# To get a list of the command parameters use the --help parameter.
python manage.py rq_pulse_check --help
`python manage.py rq_pulse_check --help`
Running Tests
-------------
Expand Down

0 comments on commit f0ff3f4

Please sign in to comment.