Fix package.json and streamline README.md
This commit is contained in:
parent
e564c16e2a
commit
e8d2f1438f
10
README.md
10
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
|
||||
```
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user