From: Jeff Widman Date: Sun, 17 May 2015 05:51:49 +0000 (-0700) Subject: Fix typos and grammar in Readme X-Git-Tag: 2.8~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F453%2Fhead;p=thirdparty%2Fjinja.git Fix typos and grammar in Readme --- diff --git a/README.rst b/README.rst index 99f72047..adfb45de 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``.