Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi77 committed Jul 22, 2016
1 parent 868c9b3 commit f8dc259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bower install backbone-forms-validators
~~~coffee-script
form = new Backbone.Form
schema:
nip:
emails:
type: 'Text'
validators: [
type: 'multiple'
Expand All @@ -38,7 +38,7 @@ Validates phone number
~~~coffee-script
form = new Backbone.Form
schema:
nip:
phone:
type: 'Text'
validators: ['phone']
~~~
Expand Down

0 comments on commit f8dc259

Please sign in to comment.