summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-02-03 10:59:30 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-02-03 10:59:30 -0800
commitf75ffbf0a90e6ccecb11df58cdb4cc400ac2919d (patch)
treead169d9f6026b511b26dae79ad403a55a82bf58b
parent572b582e7c6ac0650785de930efbfe9633f7818d (diff)
downloadmustache-spec-f75ffbf0a90e6ccecb11df58cdb4cc400ac2919d.tar.gz
Fixing a markup error in the docs.
-rw-r--r--README.md2
-rw-r--r--TESTING.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b767960..4fd7da3 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,6 @@ build`.
It is also worth noting that some specifications (notably, the lambda module)
rely on YAML "tags" to denote special types of data (e.g. source code). Since
-JSON offers no way to denote this, a special key ("__tag__") is injected with
+JSON offers no way to denote this, a special key ("`__tag__`") is injected with
the name of the tag as its value. See `TESTING.md` for more information about
handling tagged data.
diff --git a/TESTING.md b/TESTING.md
index 32d973f..d2ca374 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -32,7 +32,7 @@ In general, the process for each `.yml` file is as follows:
request.
* The JSON version of the spec represents these tagged values as a hash
- with a '__tag__' key of 'code'.
+ with a '`__tag__`' key of 'code'.
3. Render the template (stored in the 'template' key) with the given 'data'
hash.