diff options
Diffstat (limited to 'src/node/README.md')
-rw-r--r-- | src/node/README.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/node/README.md b/src/node/README.md index 73d314c..afc58d3 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -6,14 +6,11 @@ Installs Node.js, nvm, yarn, and needed dependencies. ## Example Usage ```json -"features": [ - { - "id": "devcontainers/features/node@latest", - "options": { +"features": { + "devcontainers/features/node@latest": { "version": "latest" } - } -] +} ``` ## Options |