From bbbb8a730b41d9b52ed2d4f54db826b23bc2ffad Mon Sep 17 00:00:00 2001 From: Artem Varaksa Date: Mon, 16 Jul 2018 19:27:03 +0300 Subject: [PATCH] README.md improvements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87aab26d90bc4..22f046f1a85de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ npm(1) -- a JavaScript package manager ============================== -[![Build Status](https://img.shields.io/travis/npm/npm/latest.svg)](https://travis-ci.org/npm/npm) +[![Build Status](https://img.shields.io/travis/npm/cli/latest.svg)](https://travis-ci.org/npm/cli) ## SYNOPSIS @@ -88,7 +88,7 @@ experience if you run a recent version of npm. To upgrade, either use [Microsoft upgrade tool](https://github.com/felixrieseberg/npm-windows-upgrade), [download a new version of Node](https://nodejs.org/en/download/), or follow the Windows upgrade instructions in the -[npm Troubleshooting Guide](./TROUBLESHOOTING.md). +[Installing/upgrading npm](https://npm.community/t/installing-upgrading-npm/251/2) post. If that's not fancy enough for you, then you can fetch the code with git, and mess with it directly.