aboutsummaryrefslogtreecommitdiff
path: root/src/powershell/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/powershell/README.md')
-rw-r--r--src/powershell/README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/powershell/README.md b/src/powershell/README.md
index 21372ff..cebef8f 100644
--- a/src/powershell/README.md
+++ b/src/powershell/README.md
@@ -6,14 +6,11 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles
## Example Usage
```json
-"features": [
- {
- "id": "devcontainers/features/powershell@latest",
- "options": {
+"features": {
+ "devcontainers/features/powershell@latest": {
"version": "latest"
}
- }
-]
+}
```
## Options