From: noah morrison Date: Sat, 1 Nov 2014 19:24:53 +0000 (-0400) Subject: Updated the README X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=f3e39533a50fbb169b8fd8b0dd4d6a372a6166f0;p=chevron.git Updated the README --- diff --git a/README.md b/README.md index 4544995..df6226a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ A python3 implementation of the [mustache templating language](http://mustache.github.io). -Currently it only tokenizes the template file. - -Current usage: +Current commandline usage: ``` ./chevron.py [data file] [template file] ``` @@ -11,3 +9,5 @@ TODO --- * Document!! +* Better commandline usage +* Better module usage