diff options
Diffstat (limited to 'src/github-cli')
-rw-r--r-- | src/github-cli/README.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/github-cli/README.md b/src/github-cli/README.md index 5192bba..f9fe337 100644 --- a/src/github-cli/README.md +++ b/src/github-cli/README.md @@ -6,14 +6,11 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende ## Example Usage ```json -"features": [ - { - "id": "devcontainers/features/github-cli@latest", - "options": { +"features": { + "devcontainers/features/github-cli@latest": { "version": "latest" } - } -] +} ``` ## Options |