From 86ebd2194ee3842fa036ee3732625ce84c949814 Mon Sep 17 00:00:00 2001 From: Johannes Gehrs Date: Sun, 30 Jun 2013 21:04:43 +0200 Subject: [PATCH] updates readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c43770d..2954a1a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Of course ParsleyJS and WTForms are required. ParsleyJS in turn requires jQuery. The `AnyOf` validator requires parsleys extra validators which are distributed in a seperate file. -The sample uses the [Flask web framework](http://flask.pocoo.org/docs/) and [Twitter Bootstrap](http://twitter.github.io/bootstrap/). Because the sample should run out of the box, it's included as a git submodule. +The sample uses the [Flask web framework](http://flask.pocoo.org/docs/) and [Twitter Bootstrap](http://twitter.github.io/bootstrap/). Because the sample should run out of the box, ParsleyJS is included as a git submodule. ## What else?