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.md9
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