From d8a3b074a6a89f446d68718f3de1648db5e43b25 Mon Sep 17 00:00:00 2001 From: flowmemo Date: Fri, 11 Mar 2016 23:31:28 +0800 Subject: [PATCH] fixed the number of alternatives in Windows in README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ac95f4a..4639c2d 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ First you'll need to make sure your system has a c++ compiler. For OSX, XCode will work, for Ubuntu, the build-essential and libssl-dev packages work. -Note: `nvm` does not support Windows (see [#284](https://github.com/creationix/nvm/issues/284)). Three alternatives exist, which are neither supported nor developed by us: +Note: `nvm` does not support Windows (see [#284](https://github.com/creationix/nvm/issues/284)). Two alternatives exist, which are neither supported nor developed by us: - [nvm-windows](https://github.com/coreybutler/nvm-windows) - [nodist](https://github.com/marcelklehr/nodist)