Commit a65d3987 by Chris Wanstrath

update readme with new api

parent 40d09a12
......@@ -17,10 +17,18 @@ Documentation
For now check out the [ctemplate][3] or [Mustache][4] docs.
Tests
-----
Use It
------
>>> import pystache
>>> pystache.render('Hi {{person}}!', {'person': 'Mom'})
'Hi Mom!'
Test It
-------
Want to run the tests? [nose][n] works great!
[nose][n] works great!
easy_install nose
cd pystache
......@@ -31,7 +39,7 @@ Author
------
context = { 'author': 'Chris Wanstrath', 'email': 'chris@ozmm.org' }
Pystache.render("{{author}} :: {{email}}", context)
pystache.render("{{author}} :: {{email}}", context)
[1]: http://code.google.com/p/google-ctemplate/
......
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