aboutsummaryrefslogtreecommitdiff
path: root/src/powershell
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-06-22 21:51:39 +0300
committerGitHub <noreply@github.com>2022-06-22 21:51:39 +0300
commit939170b10ccb34f6a5cdad869f3cda8a429cd3e3 (patch)
tree26a19717f204166ce6b737db9262ea0f8c5be7b7 /src/powershell
parent43fd91f7b38f4ba8674ccafb10e8f392a0f433b4 (diff)
parentf03d64feae7d6e65bd6c1bd3689698a79a7c5532 (diff)
Merge branch 'main' of https://github.com/devcontainers/features
Diffstat (limited to 'src/powershell')
-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