Unverified Commit b9533072 authored by Cole Bemis's avatar Cole Bemis Committed by GitHub

Update index.html

parent 3a3df71e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Feather</title> <title>Feather</title>
<!-- <!--
In order to build the feather minimized js run To build feather.min.js run
$ npm run build $ npm run build
in the cloned repository, or use the already built package available on unpkg.com. in the root directory, or use the already built package available on unpkg.com.
--> -->
<script src="../dist/feather.min.js"></script> <script src="../dist/feather.min.js"></script>
<!-- <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script> --> <!-- <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment