Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Addition of back ticks to HTTP status codes.
Browse files Browse the repository at this point in the history
Increases readability by visually differentiating the status codes from the non formatted text within the documentation.
  • Loading branch information
avelis committed Aug 12, 2015
1 parent 4a07157 commit 448bb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,5 +373,5 @@ class DeliverHook(Task):
deliver_hook_wrapper = DeliverHook.delay
```

We also don't handle retries or cleanup. Generally, if you get a 410 or
a bunch of 4xx or 5xx, you should delete the Hook and let the user know.
We also don't handle retries or cleanup. Generally, if you get a `410` or
a bunch of `4xx` or `5xx`, you should delete the Hook and let the user know.

0 comments on commit 448bb35

Please sign in to comment.