Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Use CDN instead of local file
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Aug 27, 2013
1 parent 19d919f commit 0e19d78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ TODO: Write a project description
## Demo

![My Element]()

> [Check it live](http://customelements.github.io/boilerplate-element).
## Usage

1. Import Web Components' polyfill:

```html
<script src="lib/polymer.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.0.20130711/polymer.min.js"></script>
```

2. Import Custom Element:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>&lt;my-element&gt;</title>

<!-- Importing Web Component's Polyfill -->
<script src="lib/polymer.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.0.20130711/polymer.min.js"></script>

<!-- Importing Custom Elements -->
<link rel="import" href="src/my-element.html">
Expand Down
Loading

0 comments on commit 0e19d78

Please sign in to comment.