Skip to content

Commit

Permalink
Add Boom.internal() to API docs fixes #127
Browse files Browse the repository at this point in the history
  • Loading branch information
tribou committed Sep 24, 2016
1 parent 9e96db6 commit 8a65bfb
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 @@ -37,7 +37,7 @@ Lead Maintainer: [Adam Bretz](https://github.com/arb)
- [`Boom.tooManyRequests([message], [data])`](#boomtoomanyrequestsmessage-data)
- [`Boom.illegal([message], [data])`](#boomillegalmessage-data)
- [HTTP 5xx Errors](#http-5xx-errors)
- [`Boom.badImplementation([message], [data])`](#boombadimplementationmessage-data)
- [`Boom.badImplementation([message], [data])` - alias: `internal`](#boombadimplementationmessage-data---alias-internal)
- [`Boom.notImplemented([message], [data])`](#boomnotimplementedmessage-data)
- [`Boom.badGateway([message], [data])`](#boombadgatewaymessage-data)
- [`Boom.serverUnavailable([message], [data])`](#boomserverunavailablemessage-data)
Expand Down Expand Up @@ -593,7 +593,7 @@ Generates the following response payload:

All 500 errors hide your message from the end user. Your message is recorded in the server log.

### `Boom.badImplementation([message], [data])`
### `Boom.badImplementation([message], [data])` - alias: `internal`

Returns a 500 Internal Server Error error where:
- `message` - optional message.
Expand Down

0 comments on commit 8a65bfb

Please sign in to comment.