aboutsummaryrefslogtreecommitdiff
path: root/src/powershell/README.md
diff options
context:
space:
mode:
authorDevcontainers CI <vscr-feedback@microsoft.com>2022-06-22 21:25:18 +0300
committerDevcontainers CI <vscr-feedback@microsoft.com>2022-06-22 21:25:18 +0300
commitf03d64feae7d6e65bd6c1bd3689698a79a7c5532 (patch)
tree3dac25df0eb6c8e926fa5d79a675ebe033aea37a /src/powershell/README.md
parent6f107d547e2ee4d261bf45437294e9758e6027a2 (diff)
Automated documentation update
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