Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stearm authored Oct 28, 2017
1 parent 34fb52a commit 7612d25
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 @@ -14,7 +14,7 @@ Joi.object({
})
});
```
but you can validate only body or query. To keep api backward compatible, you can omit `body` and `query`: write the shape of your request body directly, look at the examples below.
but you can validate only body or query. To keep api backward compatible, you can write the shape of your request body directly, look at the examples below.

## Examples

Expand Down

0 comments on commit 7612d25

Please sign in to comment.