aboutsummaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/python/README.md b/src/python/README.md
index 793e428..5267d93 100644
--- a/src/python/README.md
+++ b/src/python/README.md
@@ -6,14 +6,11 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
## Example Usage
```json
-"features": [
- {
- "id": "devcontainers/features/python@latest",
- "options": {
+"features": {
+ "devcontainers/features/python@latest": {
"version": "latest"
}
- }
-]
+}
```
## Options