From 89cba98aee4cf1236d27f335c1109207fb07e0d1 Mon Sep 17 00:00:00 2001 From: Johannes Gehrs Date: Sun, 30 Jun 2013 18:15:13 +0200 Subject: [PATCH] updates read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddec0cf..c43770d 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/). +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. ## What else?