diff --git a/README.md b/README.md index 94c2b99..e01b8fe 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ -# Roboto fontface Bower package +# Roboto fontface -A simple bower package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface. The font was created by [Christian Robertson](https://plus.google.com/110879635926653430880/about). +A simple package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface. The font was created by [Christian Robertson](https://plus.google.com/110879635926653430880/about). ## Installing -Assuming you have [NodeJS](http://nodejs.org/) and [Bower](http://bower.io/) installed globally just open up a terminal, navigate to your projects root directory and then execute +Assuming you have [NodeJS](http://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](http://bower.io/) installed globally just open up a terminal, navigate to your projects root directory and then execute ``` +# install via NPM +$ npm install roboto-fontface --save + +# install via Bower $ bower install roboto-fontface --save ``` diff --git a/bower.json b/bower.json index 781f13b..8d501a4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,7 @@ { - "name": "roboto-fontface-bower", - "version": "0.4.1", + "name": "roboto-fontface", + "description": "A simple package providing the Roboto fontface.", + "version": "0.4.2", "main": [ "./css/roboto-fontface.css", "./fonts/Roboto-Black.eot", diff --git a/package.json b/package.json index bd4336e..000beb3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "roboto-fontface", - "version": "0.4.1", - "description": "A simple package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface.", + "version": "0.4.2", + "description": "A simple package providing the Roboto fontface.", "main": "css/roboto-fontface.css", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"