Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lesichkovm committed Jul 30, 2019
1 parent dbdf880 commit 34cbdc6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Web Icons

Icons done right

## Installation ##

Add to the end of the page, requires JQuery
```
<!-- Webicons - Iconset - Ionicons -->
Add to the end of the page, requires JQuery to be incuded on the page before this library

- Step 1. Include the iconset you want

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

<!-- Webicons - Runtime -->
- Step 2. Include the icon runtime

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

Expand Down

0 comments on commit 34cbdc6

Please sign in to comment.