From 0349ada7c0f20cd875e45a89b955dbf8d1bf33a8 Mon Sep 17 00:00:00 2001 From: erichideki Date: Tue, 1 Dec 2015 10:57:29 -0200 Subject: [PATCH] Add an explanation about what Bottle Boilerplate does --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index d116f36..67d6194 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,12 @@ bottle-boilerplate Boilerplate code for new Bottle projects +What Bottle Boilerplate does? +----------------------------- + +Build an structure to create applications in the rigth way with Bottle, using MVC (Model-View-Controller) and Tests. + + Installation ------------