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

Commit

Permalink
platform.js => webcomponents.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno Rocha committed Nov 24, 2014
1 parent 017c8f3 commit 14de428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Or [download as ZIP](https://github.com/my-user/my-repo/archive/master.zip).
1. Import Web Components' polyfill:

```html
<script src="bower_components/platform/platform.js"></script>
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
```

2. Import Custom Element:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"bower_components"
],
"dependencies": {
"polymer": "Polymer/polymer#^0.5.0"
"polymer": "Polymer/polymer#^0.5.1"
}
}
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-repo&gt;</title>

<!-- Importing Web Component's Polyfill -->
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>

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

0 comments on commit 14de428

Please sign in to comment.