diff options
author | Kevin Decker <kpdecker@gmail.com> | 2014-11-08 17:44:22 -0600 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2014-11-08 17:44:22 -0600 |
commit | c8af90f697c48d41e65fe84d5496e4cc0b31f74a (patch) | |
tree | fd51da5cb3ebe7c9e1b3d379f2b72c5db1b00775 | |
parent | b5f03c95ab241a50ad84f19263d308910b702101 (diff) | |
parent | 62ed555b2c8d9e0fd37a1384dadfaeb3a7a94e61 (diff) | |
download | handlebars.js-c8af90f697c48d41e65fe84d5496e4cc0b31f74a.zip handlebars.js-c8af90f697c48d41e65fe84d5496e4cc0b31f74a.tar.gz handlebars.js-c8af90f697c48d41e65fe84d5496e4cc0b31f74a.tar.bz2 |
Merge pull request #863 from tomByrer/patch-1
+ jsDelivr CDN info
-rw-r--r-- | README.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 7755286..04d6097 100644 --- a/README.markdown +++ b/README.markdown @@ -16,6 +16,8 @@ Installing ---------- Installing Handlebars is easy. Simply download the package [from the official site](http://handlebarsjs.com/) or the [bower repository][bower-repo] and add it to your web pages (you should usually use the most recent version). +For web browsers, a free CDN is available at [jsDelivr](http://www.jsdelivr.com/#!handlebarsjs). Advanced usage, such as [version aliasing & concocting](https://github.com/jsdelivr/jsdelivr#usage), is available. + Alternatively, if you prefer having the latest version of handlebars from the 'master' branch, passing builds of the 'master' branch are automatically published to S3. You may download the latest passing master build by grabbing |