diff --git a/src/aws-cli-autocompletion/README.md b/src/aws-cli-autocompletion/README.md index 478dab7..3f4ccdf 100644 --- a/src/aws-cli-autocompletion/README.md +++ b/src/aws-cli-autocompletion/README.md @@ -1,7 +1,7 @@ # AWS CLI Autocompletion (aws-cli-autocompletion) -A devcontainers feature to add autocompletion support for the AWS CLI (see https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-completion.html). +A devcontainer feature to added autocompletion support for the AWS CLI. ## Example Usage diff --git a/src/git-remote-codecommit/README.md b/src/git-remote-codecommit/README.md index 3a5035d..3e16d4d 100644 --- a/src/git-remote-codecommit/README.md +++ b/src/git-remote-codecommit/README.md @@ -1,26 +1,20 @@ -# Git Remote Codecommit (git-remote-codecommit) +# Git Remote CodeCommit (git-remote-codecommit) -A devcontainers feature to add `git-remote-codecommit` support. +A devcontainer feature to add CodeCommit support to Git. ## Example Usage ```json "features": { - "ghcr.io/barkinggecko/devcontainer-features/git-remote-codecommit:1": { - "version": "latest" - } + "ghcr.io/barkinggecko/devcontainer-features/git-remote-codecommit:1": {} } ``` -## Options -| Options Id | Description | Type | Default Value | -|-----|-----|-----|-----| -| n/a | n/a | n/a | n/a | --- -_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/barkinggecko/devcontainer-features/blob/main/src/git-remote-codecommit/devcontainer-feature.json). Add additional notes to a `NOTES.md`._