summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-02-26 21:07:07 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-02-26 21:07:07 -0800
commitf5650a991887fcf96e1762e57d5e564cd854f623 (patch)
treea39f48c893ad82c2f5069c184195993a67671aa8
parent4194a916b7ab6d60761aa420ba67feb6e515afe3 (diff)
downloadmustache-spec-f5650a991887fcf96e1762e57d5e564cd854f623.tar.gz
Small README clarification.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5934378..13b6f97 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ features and will be backwards compatible, and patch ('tiny') version changes
will always be bug fixes.
Mustache implementations SHOULD report the most recent version of the spec
-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) 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".
The specification is developed as a series of YAML files, under the `specs`
directory.