From deb2259a6e203a5ae1f6ea66742d832281d73f47 Mon Sep 17 00:00:00 2001 From: Gorm Casper Date: Mon, 15 Dec 2014 23:00:33 +0100 Subject: [PATCH] typo in docs --- README.md | 4 ++-- nod.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75e2666..75e0f97 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ By default, nod considers an element `unchecked` until a user types something into it (or in some other way triggers a check). You can change this, by adding a `defaultStatus`: -```javascipt +```javascript myNod.add({ selector: '.foo', validate: 'presence', @@ -207,7 +207,7 @@ Consider this example. First some html with a page where I can change my name ``` -```javascipt +```javascript var myNod = nod(); myNod.configure({ diff --git a/nod.js b/nod.js index f4c5676..f931033 100644 --- a/nod.js +++ b/nod.js @@ -2,7 +2,7 @@ /** * * - * nod v.2.0 + * nod v.2.0.1 * Gorm Casper * *