diff --git a/registry/thezoker/modules/nodejs/README.md b/registry/thezoker/modules/nodejs/README.md index 2874af68..9d494dcb 100644 --- a/registry/thezoker/modules/nodejs/README.md +++ b/registry/thezoker/modules/nodejs/README.md @@ -72,8 +72,8 @@ module "nodejs" { "20", "node" ] - default_node_version = "20" - pre_install_script = "echo 'Pre-install setup'" - post_install_script = "npm install -g typescript" + default_node_version = "20" + pre_install_script = "echo 'Pre-install setup'" + post_install_script = "npm install -g typescript" } ```