From a5e6afb05de9155597473c8a0d8ccbf988ef1adf Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Fri, 10 Mar 2017 15:32:34 -0800 Subject: [PATCH] Update README to be more accurate Copied from the website at @wycats' request. Addresses #1119. --- README.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 89e3fc59..4c333eb9 100644 --- a/README.markdown +++ b/README.markdown @@ -4,10 +4,8 @@ Handlebars.js ============= -Handlebars.js is an extension to the [Mustache templating -language](http://mustache.github.com/) created by Chris Wanstrath. -Handlebars.js and Mustache are both logicless templating languages that -keep the view and the code separated like we all know they should be. +Handlebars provides the power necessary to let you build **semantic templates** effectively with no frustration. +Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your current templates. Checkout the official Handlebars docs site at [http://www.handlebarsjs.com](http://www.handlebarsjs.com) and the live demo at [http://tryhandlebarsjs.com/](http://tryhandlebarsjs.com/).