Skip to content

Commit 448bb35

Browse files
committed
Addition of back ticks to HTTP status codes.
Increases readability by visually differentiating the status codes from the non formatted text within the documentation.
1 parent 4a07157 commit 448bb35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,5 +373,5 @@ class DeliverHook(Task):
373373
deliver_hook_wrapper = DeliverHook.delay
374374
```
375375

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

0 commit comments

Comments
 (0)