Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lesichkovm committed Aug 6, 2019
1 parent a161e98 commit 66683bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Add to the end of the page, requires JQuery to be incuded on the page before thi
- Step 1. Include the iconset you want

```html
<script src="https://cdn.jsdelivr.net/gh/lesichkovm/webicons@v1.0.0/webicons.ionicons.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lesichkovm/webicons@v1.0.0/webicons.fontawesome.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lesichkovm/webicons@v1.2.0/webicons.ionicons.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lesichkovm/webicons@v1.2.0/webicons.fontawesome.js"></script>
```

- Step 2. Include the icon runtime

```html
<script src="https://cdn.jsdelivr.net/gh/lesichkovm/webicons@v1.0.0/webicons.runtime.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lesichkovm/webicons@v1.2.0/webicons.runtime.js"></script>
```

## Icon ##
Expand Down

0 comments on commit 66683bc

Please sign in to comment.