Skip to content

Commit 2086833

Browse files
Update examples wording
1 parent 0fb6514 commit 2086833

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@
99

1010
To reference a Feature from this repository, add the desired Features to a `devcontainer.json` file. Each Feature has a `README.md` that shows how to reference the Feature and which options are available for that Feature.
1111

12-
The example below installs [actionlint](https://github.com/rhysd/actionlint) using the Feature from this repository.
12+
The example below installs [actionlint](https://github.com/rhysd/actionlint) and [ShellCheck](https://www.shellcheck.net) using the Features from this repository.
1313

1414
```json
1515
{
1616
"name": "my-project-devcontainer",
1717
"image": "mcr.microsoft.com/devcontainers/base:debian",
1818
"features": {
19-
"ghcr.io/CargoSense/devcontainer-features/postgresql-client:1": {
20-
"version": "16"
21-
},
19+
"ghcr.io/CargoSense/devcontainer-features/actionlint:1": {},
2220
"ghcr.io/CargoSense/devcontainer-features/shellcheck:1": {
2321
"version": "latest"
2422
},

0 commit comments

Comments
 (0)