aboutsummaryrefslogtreecommitdiff
path: root/src/node/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/README.md')
-rw-r--r--src/node/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/README.md b/src/node/README.md
index 03ed8a2..5deab10 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -18,8 +18,8 @@ Installs Node.js, nvm, yarn, and needed dependencies.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Node.js version to install | string | lts |
-| install_tools_for_node_gyp | Install dependencies to compile native node modules (node-gyp)? | boolean | true |
-| nvm_install_path | The path where NVM will be installed. | string | /usr/local/share/nvm |
+| 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 |
---