Skip to content

Commit

Permalink
docs: mark as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Sep 17, 2023
1 parent 24a6ff2 commit b0f9aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/middlewares/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To install this middleware you can use NPM:

```bash npm2yarn
npm install --save @middy/validator
npm install --save-dev ajv-cmd
npm install --save-dev ajv-cmd # Optional: for pre-transpiling
```

## Options
Expand Down

0 comments on commit b0f9aeb

Please sign in to comment.