From 8df3b3a16aa0894a06e0971b43735d1f36ecadf7 Mon Sep 17 00:00:00 2001 From: simeji Date: Sat, 11 Feb 2017 20:08:50 +0900 Subject: [PATCH] Fix npmjs domain in README Change npm domain to npmjs.com from npmjs.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5683407..f86b5fe 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Flags also work here: After switching Node.js versions using `n`, `npm` may not work properly. This should fix it (thanks [@mikemoser](https://github.com/mikemoser)!): ```sh -$ curl -0 -L https://npmjs.org/install.sh | sudo sh +$ curl -0 -L https://npmjs.com/install.sh | sudo sh ``` `sudo` may not be required depending on your system configuration.