Commit ba1b12a7 authored by Cole Bemis's avatar Cole Bemis

Merge branch 'master' of https://github.com/feathericons/feather

parents 5045ec3b fcf9aec1
......@@ -50,7 +50,7 @@ Or copy and paste the following code snippet into a blank `html` file.
<!DOCTYPE html>
<html lang="en">
<title></title>
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<body>
<!-- example icon -->
......@@ -95,8 +95,8 @@ Or load the script from a CDN provider.
```html
<!-- choose one -->
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
```
After including the script, `feather` will be available as a global variable.
......
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