Skip to content

Commit

Permalink
add link to demos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi77 committed Jul 22, 2016
1 parent 20bb968 commit d10dd18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ form = new Backbone.Form
]
~~~

[Demo](https://tomi77.github.io/backbone-forms-validators/multiple.html)

### phone

Validates phone number
Expand All @@ -41,6 +43,8 @@ form = new Backbone.Form
validators: ['phone']
~~~

[Demo](https://tomi77.github.io/backbone-forms-validators/phone.html)

### nip

Validates NIP (Polish tax identification number)
Expand All @@ -53,6 +57,4 @@ form = new Backbone.Form
validators: ['nip']
~~~

## Demo

https://tomi77.github.io/backbone-forms-validators/
[Demo](https://tomi77.github.io/backbone-forms-validators/nip.html)

0 comments on commit d10dd18

Please sign in to comment.