Skip to content

Commit

Permalink
Fix bad anchor in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Feb 13, 2015
1 parent 9b4ddbf commit 2fece6e
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 @@ -389,7 +389,7 @@ var schema = Joi.number().unit('milliseconds');
#### `any.options(options)`

Overrides the global `validate()` options for the current key and any sub-key where:
- `options` - an object with the same optional keys as [`Joi.validate(value, schema, options, callback)`](#joivalidatevalue-schema-options-callback).
- `options` - an object with the same optional keys as [`Joi.validate(value, schema, options, callback)`](#validatevalue-schema-options-callback).

```javascript
var schema = Joi.any().options({ convert: false });
Expand Down

0 comments on commit 2fece6e

Please sign in to comment.