Skip to content

Commit bc83bcc

Browse files
bebosudoCole Bemis
authored andcommitted
docs: Add a clarification inside the example webpage. (feathericons#180)
As discussed in issue feathericons#176, the package has to be built using $ npm run build or $ npm run all before being able to use it.
1 parent 950ac1c commit bc83bcc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

examples/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Feather</title>
6+
<!--
7+
In order to build the feather minimized js run
8+
$ npm run build
9+
in the cloned repository, or use the already built package available on unpkg.com.
10+
-->
611
<script src="../dist/feather.min.js"></script>
12+
<!-- <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script> -->
713
</head>
814
<body>
915

@@ -15,4 +21,4 @@
1521
feather.replace()
1622
</script>
1723
</body>
18-
</html>
24+
</html>

0 commit comments

Comments
 (0)