mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
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:
parent
950ac1c2d0
commit
bc83bcc74b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user