diff --git a/Readme.md b/Readme.md index f340994..0fd64a2 100644 --- a/Readme.md +++ b/Readme.md @@ -12,6 +12,8 @@ Like [normalize.css](https://github.com/necolas/normalize.css) just what needs r $ npm install --save destyle.css ``` +Download: https://raw.githubusercontent.com/nicolas-cusan/destyle.css/master/destyle.css + ## Usage Include `destyle.css` in the `head` of your HTML file before your main stylesheet. diff --git a/package.json b/package.json index 1e2709f..b5748c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destyle.css", - "version": "1.0.0", + "version": "1.0.1", "description": "Opinionated reset stylesheet that provides a clean styling slate for your project.", "main": "destyle.css", "style": "destyle.css",