Skip to content

Commit

Permalink
Documentation improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Jul 9, 2021
1 parent 7fceffe commit de5e42a
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 @@ -119,8 +119,8 @@ or entirely block requests based on authentication success.

### Example
Based on the example below, the authentication middleware will respond with a JSON response body that only
contains the health status, and the corresponding HTTP status code (in this case HTTP status code 503 and JSON response
body `{ "status":"DOWN" }`).
contains the health status, and the corresponding HTTP status code (in this case HTTP status code
`503 (Service Unavailable)` and JSON response body `{ "status":"DOWN" }`).

```go
health.NewHandler(
Expand Down

0 comments on commit de5e42a

Please sign in to comment.