1
0
mirror of https://github.com/konpa/devicon.git synced 2025-07-31 03:40:16 +02:00

Update readme and npm infos

This commit is contained in:
konpa
2015-06-18 08:25:11 +02:00
parent 233381fc8e
commit 742765ebb7
2 changed files with 10 additions and 1 deletions

View File

@@ -69,6 +69,14 @@ _2 ways of using devicon:_
<i class="devicon-git-plain-wordmark colored"></i>
```
##### NPM package
You can install devicon as a dependency to your project
```
npm install --save devicon
```
<sub>Final font is build with [Icomoon app](https://icomoon.io/)</sub>
##### See the [devicon.json file](https://github.com/konpa/devicon/blob/master/devicon.json) or [devicon.fr](http://devicon.fr/) for complete and up to date reference of icon's available versions.

View File

@@ -13,7 +13,8 @@
"keywords": [
"programming",
"icons",
"svg"
"svg",
"font"
],
"author": "konpa",
"license": "MIT",