diff --git a/README.md b/README.md index 903daea9..64cf0702 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,14 @@ _2 ways of using devicon:_ ``` +##### NPM package + +You can install devicon as a dependency to your project + +``` + npm install --save devicon +``` + Final font is build with [Icomoon app](https://icomoon.io/) ##### 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. diff --git a/package.json b/package.json index 04cfc8de..392f7541 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "keywords": [ "programming", "icons", - "svg" + "svg", + "font" ], "author": "konpa", "license": "MIT",