Skip to content

Commit eced6f7

Browse files
committed
docs: Update example
1 parent f949102 commit eced6f7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

examples/index.html

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,13 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Feather</title>
6-
<!--
7-
To build feather.min.js run
8-
$ npm run build
9-
in the root directory, or use the already built package available on unpkg.com.
10-
-->
11-
<script src="../dist/feather.min.js"></script>
12-
<!-- <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script> -->
136
</head>
147
<body>
15-
168
<i data-feather="eye"></i>
179
<i data-feather="heart"></i>
1810
<i data-feather="feather"></i>
1911

12+
<script src="https://unpkg.com/feather-icons"></script>
2013
<script>
2114
feather.replace()
2215
</script>

0 commit comments

Comments
 (0)