Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abpai authored Jan 7, 2017
1 parent c80d784 commit e390a67
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 @@ -50,7 +50,7 @@ var schema = {
var validator = osom(schema)

// validate it!
validator({age: ' 23 '}) // => {age: '23'}
validator({title: ' 23 '}) // => {title: '23'}
```

## Usage
Expand Down

0 comments on commit e390a67

Please sign in to comment.