Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Oct 9, 2019
1 parent 461998c commit 790cbbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,6 @@ npm i express-openapi-validator
```

## Usage
See a complete [example](#example-express-api-server)

1. Install the openapi validator

Expand All @@ -43,6 +42,8 @@ app.use((err, req, res, next) => {
});
```

Note: Ensure you are using all relevant body parsers. See a complete [example](#example-express-api-server)

## Advanced Usage

For OpenAPI 3.0.x 3rd party and custom formats, see [Options](#Options).
Expand Down

0 comments on commit 790cbbf

Please sign in to comment.