From 14e42bc9844b0d0ffe6c04853012676c1a5be8e0 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 13 Apr 2011 15:44:13 -0700 Subject: [PATCH] Toned down caveat. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c27fe..7e3e3f4 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ compiler, like so: Limitations =========== -This version of Mustache is intended for use in non-webapp scenarios. In the -name of simplicity, some features of Mustache were omitted or simplified: +In the name of simplicity, some features of Mustache were omitted or +simplified: * `{{= =}}` only supports one or two character delimiters. This is just because I'm lazy and it simplifies the parser.