Skip to content

Commit 6c9d203

Browse files
committed
Document to include webcomponents.js instead of platform.js.
1 parent 38e3e1f commit 6c9d203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ writing ISO C++ documents and papers. To use it for your document, you should
99
3. Import this package into your main HTML file by adding two lines inside the `<head>` element:
1010

1111
```HTML
12-
<script src="bower_components/platform/platform.js"></script>
12+
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
1313
<link rel="import" href="bower_components/cxx-html-doc-framework/framework.html"/>
1414
```
1515

0 commit comments

Comments
 (0)