From aa1af7a778f4cbe712113eb3655319628ceb5ec7 Mon Sep 17 00:00:00 2001 From: Omer Cansizoglu Date: Tue, 16 Dec 2014 13:52:36 -0800 Subject: [PATCH] Update README.md update readme for two files --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d7c26ab3..6a343083 100644 --- a/README.md +++ b/README.md @@ -8,23 +8,24 @@ This preview is optimized for working together with AngularJS. ## The Library This is an early developer preview, released for the purpose of eliciting feedback. -The current version is **0.0.3**. +The current version is **0.0.4**. You have multiple ways of getting ADAL JS: Via CDN: - + + -CDN will be updated to latest version 0.0.3. +CDN will be updated to latest version 0.0.4. Via Bower: $ bower install adal-angular -The source is [here](https://github.com/AzureAD/azure-activedirectory-library-for-js/tree/master/lib/adal.js). - +The adal.js source is [here](https://github.com/AzureAD/azure-activedirectory-library-for-js/tree/master/lib/adal.js). +The adal-angular.js source is [here](https://github.com/AzureAD/azure-activedirectory-library-for-js/tree/master/lib/adal-angular.js). ## Samples, tests and documentation For a sample demonstrating basic usage of ADAL JS please refer to [this repo](https://github.com/AzureADSamples/SinglePageApp-DotNet). @@ -55,7 +56,7 @@ Install grunt; call Below you can find a quick reference for the most common operations you need to perform to use adal js. -1- Include references to angular.js libraries and adal.js in your main app page. +1- Include references to angular.js libraries, adal.js, adal-angular.js in your main app page. 2- include a reference to adal module ```js var app = angular.module('demoApp', ['ngRoute', 'AdalAngular']); @@ -124,6 +125,7 @@ $routeProvider. +