diff --git a/index.html b/index.html
index d9ecb8f..d43e4de 100644
--- a/index.html
+++ b/index.html
@@ -7,10 +7,11 @@
diff --git a/package.json b/package.json
index c3862d1..de354c1 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
+ "url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
diff --git a/readme.md b/readme.md
index a58fe34..58ce1e4 100644
--- a/readme.md
+++ b/readme.md
@@ -9,29 +9,26 @@
## Install
-Download [manually](https://raw.githubusercontent.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css) or with a package-manager.
+Download [manually](https://raw.githubusercontent.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css) or with npm:
-```sh
-$ npm install --save github-markdown-css
```
-
-```sh
-$ bower install --save github-markdown-css
+$ npm install --save github-markdown-css
```
## Usage
-Import the `github-markdown.css` file and add a `markdown-body` class to the container of your rendered Markdown and set a width for it. GitHub uses `790px` width and `30px` padding.
+Import the `github-markdown.css` file and add a `markdown-body` class to the container of your rendered Markdown and set a width for it. GitHub uses `980px` width and `45px` padding.
```html