From 31151932ba138f58e883783b5bca1b4461679a4e Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Dec 2022 12:24:37 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/self/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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`._