summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-03-01 10:40:12 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-03-01 10:40:12 -0800
commit1a7eb8a1157a61b71cb7684f3d9719f6296f32cd (patch)
tree9830123c658d8462ac84f56904be244cb9453c3a
parent6ae3df4325221b42cf744dc7f571e3365339a761 (diff)
downloadmustache-spec-1a7eb8a1157a61b71cb7684f3d9719f6296f32cd.tar.gz
Updating README w.r.t. indicating version support.
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index d5366e3..b01b1bb 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,11 @@ API is the contents of the `specs` directory and the algorithm for testing
against it.
Mustache implementations SHOULD report the most recent version of the spec
-(major and minor version numbers) they have support for. It is RECOMMENDED
-that implementations supporting at least v1.0.0 of this spec refer to
-themselves as "Mustache-like", or "Mustache-inspired".
+(major and minor version numbers). If an implementation has support for any
+optional modules, they SHOULD indicate so with a remark attached to the
+version number (e.g. "vX.Y, including lambdas" or "v.X.Y+λ"). It is
+RECOMMENDED that implementations not supporting at least v1.0.0 of this spec
+refer to themselves as "Mustache-like", or "Mustache-inspired".
Alternate Formats
-----------------