From 2773add331c9b24c740922dd0d8c392765e3899c Mon Sep 17 00:00:00 2001 From: Stijn de Witt Date: Sun, 30 Oct 2016 19:20:17 +0100 Subject: [PATCH] 1.7.0.2: Updated to Polymerfire 0.10.2 Needed to force this version because some parts of Polymer still refer to Polymerfire 0.9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0599f49a..16361b23 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## How to use In general, given an element named `my-cool-element`, the CDN url for it will be: ``` -https://cdn.rawgit.com/download/polymer-cdn/1.7.0/lib/my-cool-element/my-cool-element.html +https://cdn.rawgit.com/download/polymer-cdn/1.7.0.2/lib/my-cool-element/my-cool-element.html ``` To be sure, browse this repo and copy-paste the url to the raw version into [RawGit](https://rawgit.com). @@ -45,7 +45,7 @@ which explains it in more detail. ## Contents -All the libraries available in polymer-cdn can be found side-by-side in the [lib](https://github.com/Download/polymer-cdn/tree/1.7.0/lib) subfolder. +All the libraries available in polymer-cdn can be found side-by-side in the [lib](https://github.com/Download/polymer-cdn/tree/1.7.0.2/lib) subfolder. Some of the libraries depend on other libraries. We call those other libraries the dependencies of the library. These dependencies will also be pulled into your page when you include such a library.