Skip to content

Commit

Permalink
Update readme and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed May 13, 2019
1 parent f1b5293 commit 711f837
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Iconify is designed to be as easy to use as possible. It uses icon placeholder s
Add this line to your page to load Iconify:

```
<script src="https://code.iconify.design/1/1.0.1/iconify.min.js"></script>
<script src="https://code.iconify.design/1/1.0.2/iconify.min.js"></script>
```

you can add it to ```<head>``` section of page or before ```</body>```.
Expand All @@ -112,7 +112,7 @@ See [how to use Iconify](https://iconify.design/docs/iconify-in-pages/) tutorial

### React components

No need to reinvent components. See [Iconify for React](https://github.com/iconify-design/iconify-react).
No need to reinvent components. See [Iconify for React](https://github.com/iconify/iconify-react).

How to use it:

Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"build": "node build/png.js"
},
"devDependencies": {
"@iconify/tools": "^1.3.1"
"@iconify/tools": "^1.3.3"
}
}

0 comments on commit 711f837

Please sign in to comment.