diff options
author | Devcontainers CI <vscr-feedback@microsoft.com> | 2022-06-22 21:25:18 +0300 |
---|---|---|
committer | Devcontainers CI <vscr-feedback@microsoft.com> | 2022-06-22 21:25:18 +0300 |
commit | f03d64feae7d6e65bd6c1bd3689698a79a7c5532 (patch) | |
tree | 3dac25df0eb6c8e926fa5d79a675ebe033aea37a /src/common | |
parent | 6f107d547e2ee4d261bf45437294e9758e6027a2 (diff) |
Automated documentation update
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/README.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/common/README.md b/src/common/README.md index c7bc31c..b32cd45 100644 --- a/src/common/README.md +++ b/src/common/README.md @@ -6,14 +6,11 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r ## Example Usage ```json -"features": [ - { - "id": "devcontainers/features/common@latest", - "options": { +"features": { + "devcontainers/features/common@latest": { "version": "latest" } - } -] +} ``` ## Options |