Commit 8929d6c3 by Chris Jerdonek

A couple tiny README tweaks.

parent 72ec1c96
...@@ -51,7 +51,7 @@ Install It ...@@ -51,7 +51,7 @@ Install It
pip install pystache pip install pystache
pystache-test pystache-test
To install and test from source (e.g. GitHub), see the Develop section. To install and test from source (e.g. from GitHub), see the Develop section.
Use It Use It
...@@ -77,7 +77,8 @@ Like so:: ...@@ -77,7 +77,8 @@ Like so::
>>> from pystache.tests.examples.readme import SayHello >>> from pystache.tests.examples.readme import SayHello
>>> hello = SayHello() >>> hello = SayHello()
Then your template, say_hello.mustache (by default in the same directory):: Then your template, say_hello.mustache (in the same directory by default
as your class definition)::
Hello, {{to}}! Hello, {{to}}!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment