aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/node/README.md2
-rw-r--r--src/rust/README.md1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/node/README.md b/src/node/README.md
index 7a49096..b983919 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -18,7 +18,7 @@ Installs Node.js, nvm, yarn, pnpm, and needed dependencies.
| version | Select or enter a Node.js version to install | string | lts |
| nodeGypDependencies | Install dependencies to compile native node modules (node-gyp)? | boolean | true |
| nvmInstallPath | The path where NVM will be installed. | string | /usr/local/share/nvm |
-| nvmVersion | Version of NVM to install. | string | 0.39.2 |
+| nvmVersion | Version of NVM to install. | string | latest |
## Customizations
diff --git a/src/rust/README.md b/src/rust/README.md
index f72b56f..974d785 100644
--- a/src/rust/README.md
+++ b/src/rust/README.md
@@ -23,7 +23,6 @@ Installs Rust, common Rust utilities, and their required dependencies
### VS Code Extensions
- `vadimcn.vscode-lldb`
-- `mutantdino.resourcemonitor`
- `rust-lang.rust-analyzer`
- `tamasfe.even-better-toml`
- `serayuzgur.crates`