docs: Add a clarification inside the example webpage. (#180)

As discussed in issue #176, the package has to be built using
$ npm run build
or
$ npm run all
before being able to use it.
This commit is contained in:
Alberto Chiusole 2017-09-06 17:30:09 +02:00 committed by Cole Bemis
parent 950ac1c2d0
commit bc83bcc74b

View File

@ -3,7 +3,13 @@
<head>
<meta charset="UTF-8">
<title>Feather</title>
<!--
In order to build the feather minimized js run
$ npm run build
in the cloned repository, or use the already built package available on unpkg.com.
-->
<script src="../dist/feather.min.js"></script>
<!-- <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script> -->
</head>
<body>
@ -15,4 +21,4 @@
feather.replace()
</script>
</body>
</html>
</html>