aboutsummaryrefslogtreecommitdiff
path: root/src/git/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/README.md')
-rw-r--r--src/git/README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/git/README.md b/src/git/README.md
index 6f637b9..2aec2c7 100644
--- a/src/git/README.md
+++ b/src/git/README.md
@@ -6,14 +6,11 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh
## Example Usage
```json
-"features": [
- {
- "id": "devcontainers/features/git@latest",
- "options": {
+"features": {
+ "devcontainers/features/git@latest": {
"version": "latest"
}
- }
-]
+}
```
## Options