summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOge Nnadi <oge@nnadi.org>2015-01-20 10:59:38 -0800
committerOge Nnadi <oge@nnadi.org>2015-01-20 10:59:38 -0800
commit8626fa8bbee0ef0ec03445c6b937bc10b5060851 (patch)
tree703522bbe9c0c3a27d4b791f8ea91f4bcb23ab2a
parent9f8daf9076410ddbda9d420336767e1e8f1d0d8f (diff)
downloadhandlebars.js-8626fa8bbee0ef0ec03445c6b937bc10b5060851.zip
handlebars.js-8626fa8bbee0ef0ec03445c6b937bc10b5060851.tar.gz
handlebars.js-8626fa8bbee0ef0ec03445c6b937bc10b5060851.tar.bz2
Properly formatted dot
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 7736b15..d165754 100644
--- a/README.markdown
+++ b/README.markdown
@@ -110,7 +110,7 @@ templates easier and also changes a tiny detail of how partials work.
### Paths
Handlebars.js supports an extended expression syntax that we call paths.
-Paths are made up of typical expressions and . characters. Expressions
+Paths are made up of typical expressions and `.` characters. Expressions
allow you to not only display data from the current context, but to
display data from contexts that are descendants and ancestors of the
current context.