From 3edb3fe7402b06939f5e03746ce0ebeb60bf71d5 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 22 Feb 2017 13:42:05 -0600 Subject: [PATCH] Update README.md Fixes #245. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b9d97ea..8893f74 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,7 @@ NVM for Windows comes with an installer, courtesy of a byproduct of my work on [ Overall, this project brings together some ideas, a few battle-hardened pieces of other modules, and support for newer versions of node. -I also wrote a simple [data feed](https://github.com/coreybutler/nodedistro) containing a list of node.js versions and their associated npm version. -This is how NVM for Windows recognizes the "latest" stable version. It's free for anyone to use. +NVM for Windows recognizes the "latest" versions using a [list](https://nodejs.org/download/release/index.json) provided by the Node project. Version 1.1.1+ use this list. Before this list existed, I was scraping releases and serving it as a standalone [data feed](https://github.com/coreybutler/nodedistro). This list was used in versions 1.1.0 and prior, but is now deprecated. ## Motivation -- GitLab