Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov authored Apr 11, 2018
1 parent 748d8e0 commit 5281611
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../htmlelements/smart-html-elements-core/source-minified/native-shim.js"></script>
<script src="../htmlelements/smart-html-elements-core/source-minified/smart.element-polyfills.js"></script>
<script src="../htmlelements/smart-html-elements-core/source-minified/smart.element.js"></script>
<script src="../htmlelements/smart-html-elements-core/source-minified/smart.button.js"></script>
<link rel="stylesheet" href="../htmlelements/smart-html-elements-core/source-minified/styles/smart.base.css" type="text/css" />
<link rel="stylesheet" href="../htmlelements/smart-html-elements-core/source-minified/styles/smart.material.css" type="text/css" />
<script src="../smart-html-elements-core/source-minified/native-shim.js"></script>
<script src="../smart-html-elements-core/source-minified/smart.element-polyfills.js"></script>
<script src="../smart-html-elements-core/source-minified/smart.element.js"></script>
<script src="../smart-html-elements-core/source-minified/smart.button.js"></script>
<link rel="stylesheet" href="../smart-html-elements-core/source-minified/styles/smart.base.css" type="text/css" />
<link rel="stylesheet" href="../smart-html-elements-core/source-minified/styles/smart.material.css" type="text/css" />
<next-code-block></next-code-block>
</template>
</custom-element-demo>
Expand Down

0 comments on commit 5281611

Please sign in to comment.