Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch authored and dougwilson committed Apr 17, 2020
1 parent 74ad66c commit 1ca6960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ status(403) // => 403
status('403') // => 403
status('forbidden') // => 403
status('Forbidden') // => 403
status(306) // throws, as it's not supported by node.js
status(306) // throws, as it's no longer supported by the HTTP spec
```

### status.codes
Expand Down

0 comments on commit 1ca6960

Please sign in to comment.