Skip to content

Commit 520e1d5

Browse files
committed
Fix links in README
This commit backports changes from `master`.
1 parent 0242378 commit 520e1d5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88
Handlebars.js
99
=============
1010

11-
Handlebars.js is an extension to the [Mustache templating
12-
language](https://mustache.github.io/) created by Chris Wanstrath.
13-
Handlebars.js and Mustache are both logicless templating languages that
14-
keep the view and the code separated like we all know they should be.
11+
Handlebars provides the power necessary to let you build **semantic templates** effectively with no frustration.
12+
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.
1513

1614
Checkout the official Handlebars docs site at
17-
[https://handlebarsjs.com/](https://handlebarsjs.com) and the live demo at [http://tryhandlebarsjs.com/](http://tryhandlebarsjs.com/).
15+
[handlebarsjs.com](https://handlebarsjs.com) and try our [live demo](https://handlebarsjs.com/playground.html).
1816

1917
Installing
2018
----------

0 commit comments

Comments
 (0)