diff options
Diffstat (limited to 'src/powershell')
-rw-r--r-- | src/powershell/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/powershell/README.md b/src/powershell/README.md index 24bdb0c..0ff0469 100644 --- a/src/powershell/README.md +++ b/src/powershell/README.md @@ -7,9 +7,7 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles ```json "features": { - "ghcr.io/devcontainers/features/powershell:1": { - "version": "latest" - } + "ghcr.io/devcontainers/features/powershell:1": {} } ``` |