Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 21, 2019
1 parent 841b3ae commit 92b1914
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 @@ -24,7 +24,7 @@ see [app.ts](test/app.ts) for an example.
```
new OpenApiMiddleware(app, {
apiSpecPath: './openapi.yaml',
validate: true,
validateApiDoc: true, // is the the default
enableObjectCoercion: true, // should be default
}).install();
```

0 comments on commit 92b1914

Please sign in to comment.