diff --git a/src/self/README.md b/src/self/README.md index 142e101..4f245ae 100644 --- a/src/self/README.md +++ b/src/self/README.md @@ -1,15 +1,13 @@ -# Hello, World! (hello) +# My Favorite Color (self) -A hello world feature +A feature to remind you of your favorite color ## Example Usage ```json "features": { - "ghcr.io/devcontainers/feature-starter/hello:1": { - "version": "latest" - } + "ghcr.io/ilaner/my_features/self:1": {} } ``` @@ -17,10 +15,10 @@ A hello world feature | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| greeting | Select a pre-made greeting, or enter your own | string | hey | +| version | version. | string | - | --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/ilaner/my_features/blob/main/src/self/devcontainer-feature.json). Add additional notes to a `NOTES.md`._