From 4d3b9bb3a96700ae6525f3e8559b87bd52a4492f Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Thu, 16 Oct 2014 09:33:30 -0500 Subject: [PATCH 1/2] Update README.md Added thanks and alternatives. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 10536c2a..c7e353a8 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,14 @@ coming to node core, or even something they care about. It was also an excuse to ## License MIT. + +## Thanks + +Thanks to everyone who has submitted issues on and off Github, made suggestions, and generally helped make this a better project. Special thanks to @vkbansal, who has actively provided feedback throughout the releases. + +## Alternatives + +- [nvmw](https://github.com/hakobera/nvmw) - Windows Only +- [nodist](https://github.com/marcelklehr/nodist) - Windows Only +- [nvm](https://github.com/creationix/nvm) - Mac/Linux Only +- [n](https://github.com/visionmedia/n) - Mac/Linux Only From d760722cb78951d5ae0081fc29532f0cd1f03496 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Thu, 16 Oct 2014 09:34:51 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7e353a8..b04e1197 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ MIT. ## Thanks -Thanks to everyone who has submitted issues on and off Github, made suggestions, and generally helped make this a better project. Special thanks to @vkbansal, who has actively provided feedback throughout the releases. +Thanks to everyone who has submitted issues on and off Github, made suggestions, and generally helped make this a better project. Special thanks to [@vkbansal](https://github.com/vkbansal), who has actively provided feedback throughout the releases. ## Alternatives