From 055af09d245f645f8efb0f843d2d41ea71e5c674 Mon Sep 17 00:00:00 2001 From: Simon East Date: Tue, 4 May 2021 15:56:53 +1000 Subject: [PATCH] [readme] link "Windows WSL" down to the "important notes" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62138cd..84919c2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Simple as that! ## About -nvm is a version manager for [node.js](https://nodejs.org/en/), designed to be installed per-user, and invoked per-shell. `nvm` works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: unix, macOS, and windows WSL. +nvm is a version manager for [node.js](https://nodejs.org/en/), designed to be installed per-user, and invoked per-shell. `nvm` works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: unix, macOS, and [windows WSL](https://github.com/nvm-sh/nvm#important-notes).