summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-19 15:16:28 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-19 15:16:28 -0700
commitd286898642a7d6b994f502763cd49f4cfd8ddc7f (patch)
tree183ea93fad3dd030df26041db2cfd56021b5047b
parenta09d11bd23c1e65bd3aa7019c127cc1284af506c (diff)
downloadpystache-d286898642a7d6b994f502763cd49f4cfd8ddc7f.tar.gz
Rename Authors section in README to Credits, and move logo attribution.
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4010961..e6cf78f 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,6 @@ on [PyPI](http://pypi.python.org/pypi/pystache). This version of
Pystache passes all tests in [version
1.1.2](https://github.com/mustache/spec/tree/v1.1.2) of the spec.
-![](http://i.creativecommons.org/l/by-sa/3.0/88x31.png "Creative
-Commons Attribution-ShareAlike 3.0 Unported License")
-Logo by [David Phillips](http://davidphillips.us/) licensed under a
-[Creative Commons license](http://creativecommons.org/licenses/by-sa/3.0/deed.en_US).
-
Requirements
------------
@@ -263,10 +258,16 @@ There is a [mailing list](http://librelist.com/browser/pystache/). Note
that there is a bit of a delay between posting a message and seeing it
appear in the mailing list archive.
-Authors
+Credits
-------
>>> context = { 'author': 'Chris Wanstrath', 'maintainer': 'Chris Jerdonek' }
>>> print pystache.render("Author: {{author}}\nMaintainer: {{maintainer}}", context)
Author: Chris Wanstrath
Maintainer: Chris Jerdonek
+
+![](http://i.creativecommons.org/l/by-sa/3.0/88x31.png "Creative
+Commons Attribution-ShareAlike 3.0 Unported License")
+Pystache logo is by [David Phillips](http://davidphillips.us/) and licensed
+under a [Creative Commons Attribution-ShareAlike 3.0 Unported
+License](http://creativecommons.org/licenses/by-sa/3.0/deed.en_US).