diff --git a/README.md b/README.md index 2e916c6..730e125 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * Clone the repo `git clone https://github.com/bymathias/normalize.styl` * or install with [Bower](http://bower.io/ "Bower") `bower install --save normalize.styl` -* or install with [npm](https://www.npmjs.com/) `npm install --save normalize.styl` +* or install with [npm](https://www.npmjs.com/) `npm install --save normalize-styl` * or [download the latest version](https://github.com/bymathias/normalize.styl/archive/master.zip "Download ZIP") ## How to use it diff --git a/package.json b/package.json index dcc67db..6148952 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "normalize.styl", + "name": "normalize-styl", "version": "3.0.3", "description": "Stylus version of normalize.css", "main": "normalize.styl",