diff --git a/README.md b/README.md
index 07f57c3f6f5..22b98bf9c01 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,10 @@ In addition to a functional OpenType font, this open source project provides all
* [Linux/Unix-based systems](https://github.com/adobe-fonts/source-code-pro/issues/17#issuecomment-8967116)
* Bower
`bower install git://github.com/adobe-fonts/source-serif-pro.git#release`
-* npm
+* npm 2.x
`npm install --fetch-only git://github.com/adobe-fonts/source-serif-pro.git#release`
+* npm 3.x
+ `npm install git://github.com/adobe-fonts/source-serif-pro.git#release`
## Getting Involved