diff --git a/.github/THREAT_MODEL.md b/.github/THREAT_MODEL.md index 81ea16d..f5b3794 100644 --- a/.github/THREAT_MODEL.md +++ b/.github/THREAT_MODEL.md @@ -11,7 +11,7 @@ The aim of this section is to facilitate the identification of potential securit The following assets are considered important for the `nvm` project: - `nvm` source code and project documentation - - Underlying `nvm`` dependencies + - Underlying `nvm` dependencies - `nvm` development infrastructure - `nvm` installed devices including servers diff --git a/README.md b/README.md index 21bca85..33df4cb 100644 --- a/README.md +++ b/README.md @@ -844,6 +844,8 @@ As a potential alternative, @mhart (a Node contributor) has some [Docker images To remove `nvm` manually, execute the following: +First, use `nvm unload` to remove the nvm command from your terminal session. then: + ```sh $ rm -rf "$NVM_DIR" ```