From 8c9fd6226bfd6c4c512d5fbc7626e73413779dd4 Mon Sep 17 00:00:00 2001 From: Mukil Elango <mukilane@gmail.com> Date: Wed, 17 Jun 2015 17:40:39 +0530 Subject: [PATCH] README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1da8f5798b..04e4761f7ae 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ when using online tools such as [CodePen](http://codepen.io/), [Plunkr](http://p <head> <!-- Angular Material CSS now available via Google CDN; version 0.8 used here --> - <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/0.8.3/angular-material.min.css"> + <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/0.10.0/angular-material.min.css"> </head> <body> @@ -129,12 +129,12 @@ when using online tools such as [CodePen](http://codepen.io/), [Plunkr](http://p <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-aria.min.js"></script> - <!-- Angular Material Javascript now available via Google CDN; version 0.8 used here --> - <script src="https://ajax.googleapis.com/ajax/libs/angular_material/0.8.3/angular-material.min.js"></script> + <!-- Angular Material Javascript now available via Google CDN; version 0.10.0 used here --> + <script src="https://ajax.googleapis.com/ajax/libs/angular_material/0.10.0/angular-material.min.js"></script> </body> ``` -> Note that the above sample references the 0.8.3 CDN release. Your version will change based on the latest stable release version. +> Note that the above sample references the 0.10.0 CDN release. Your version will change based on the latest stable release version. Developers seeking the latest, most-current build versions can use [RawGit.com](//rawgit.com) to pull directly from the distribution GitHub