Skip to content

Commit

Permalink
platform.js => webcomponents.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno Rocha committed Nov 26, 2014
1 parent c8d9924 commit 9b735d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Or [download as ZIP](https://github.com/zenorocha/voice-elements/archive/gh-page
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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="stylesheet" href="demo/demo.css">

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

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

0 comments on commit 9b735d5

Please sign in to comment.