From e37de6e2303f57b0382c384bc1d1e343e6ec95b8 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 5 Feb 2014 16:21:27 -0600 Subject: [PATCH] link to nightly build in cdn --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22536d59e7..b722d9bca9 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ $ ionic start myproject - Download the latest **stable** release from: * The release folder of this repository - * The Ionic CDN: [http://code.ionicframework.com/](http://code.ionicframework.com/) + * The Ionic CDN: [Latest Release](http://code.ionicframework.com/) * `bower install ionic` - Download the **bleeding edge just-from-master release** from: - * The Ionic CDN: http://code.ionicframework.com. Select nightly. + * The Ionic CDN: [Nightly Build](http://code.ionicframework.com/#nightly) * Look in the [bower-ionic Repository][3] for the latest version, and do for example `bower install driftyco/bower-ionic#0.9.23-alpha-652` (`bower install ionic` will have the latest available soon) Once you have a release, use `js/ionic.js`, `js/ionic-angular.js`, and `css/ionic.css`.