Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z0mt3c committed Jul 7, 2015
1 parent b03ba53 commit 80a4e1b
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 @@ -21,7 +21,7 @@ This plugin does not include the [swagger-ui](https://github.com/wordnik/swagger
* [hapi-swaggered-ui@>=1.3.0](https://github.com/z0mt3c/hapi-swaggered-ui)

## Plugin Configuration
* `requiredTags`: an array of strings, only routes with one of the specified tags will be exposed, defaults to: `['api']`
* `requiredTags`: an array of strings, only routes with all of the specified tags will be exposed, defaults to: `['api']`
* `produces`: an array of mime type strings, defaults to: `[ 'application/json' ]`
* `consumes`: an array of mime type strings, defaults to: `[ 'application/json' ]`
* `endpoint`: route path to the swagger specification, defaults to: `'/swagger'`
Expand Down

0 comments on commit 80a4e1b

Please sign in to comment.