From 90d796570de42b2ed29cdad31cf3c53326f5378f Mon Sep 17 00:00:00 2001 From: maritz Date: Mon, 21 Dec 2009 01:30:16 +0800 Subject: [PATCH 1/2] Fixing some README.md errors --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7fa878..64ec415 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ mustache.js supports a quite powerful but yet simple view partial mechanism. Use } }; - var template = "Welcome, {{jow}}! {{`. To disable escaping, simply use tripple mustaches like `{{{unescaped_variable}}}`. From 0eeab10b645e00a37ff5df9a367816e524ebf8c4 Mon Sep 17 00:00:00 2001 From: maritz Date: Mon, 21 Dec 2009 02:30:02 +0800 Subject: [PATCH 2/2] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64ec415..0c671df 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ mustache.js supports a quite powerful but yet simple view partial mechanism. Use } }; - var template = "Welcome, {{name}}! {{