From 520e1d5f083c540a41d0b87243566d582cb70a75 Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Wed, 2 Aug 2023 23:37:05 +0200 Subject: [PATCH] Fix links in README This commit backports changes from `master`. --- README.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index a62ce1c1..42198d82 100644 --- a/README.markdown +++ b/README.markdown @@ -8,13 +8,11 @@ Handlebars.js ============= -Handlebars.js is an extension to the [Mustache templating -language](https://mustache.github.io/) 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 -[https://handlebarsjs.com/](https://handlebarsjs.com) and the live demo at [http://tryhandlebarsjs.com/](http://tryhandlebarsjs.com/). +[handlebarsjs.com](https://handlebarsjs.com) and try our [live demo](https://handlebarsjs.com/playground.html). Installing ----------