Commit bc83bcc7 authored by Alberto Chiusole's avatar Alberto Chiusole Committed by Cole Bemis

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.
parent 950ac1c2
...@@ -3,7 +3,13 @@ ...@@ -3,7 +3,13 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Feather</title> <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="../dist/feather.min.js"></script>
<!-- <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script> -->
</head> </head>
<body> <body>
...@@ -15,4 +21,4 @@ ...@@ -15,4 +21,4 @@
feather.replace() feather.replace()
</script> </script>
</body> </body>
</html> </html>
\ No newline at end of file
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