summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-05-17 17:55:23 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-05-17 17:55:23 +0200
commitd9346a8a78764ce528a5550177347a9c6f83c89b (patch)
tree7e219b5a3bb6dd36e0293279148fd9394492b3f7
parentbd93bf35111d73eb00ef6597a1ec002170c1cd87 (diff)
parentcdad3e6557e96c0d1eaaa8ae1f64077ffee5b7be (diff)
downloadjinja2-d9346a8a78764ce528a5550177347a9c6f83c89b.tar.gz
Merge pull request #453 from jeffwidman/patch-1
Fix typos and grammar in Readme
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 99f7204..adfb45d 100644
--- a/README.rst
+++ b/README.rst
@@ -23,10 +23,10 @@ Here a small example of a Jinja template::
Philosophy
----------
-Application logic is for the controller but don't try to make the life
-for the template designer too hard by giving him too few functionality.
+Application logic is for the controller; however, try not to make life painful
+for the template designer due to not enough functionality.
-For more informations visit the new `Jinja2 webpage`_ and `documentation`_.
+For more information visit the new `Jinja2 webpage`_ and `documentation`_.
The `Jinja2 tip`_ is installable via `easy_install` with ``easy_install
Jinja2==dev``.