Skip to content

Commit

Permalink
Fix small typo in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Mar 21, 2024
1 parent 9a480f9 commit c261b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Refer to [`direnv` and `devx`](./docs/direnv.md) guide for more information.
To make this developer shell available in VSCode DevContainer or GitHub CodeSpace, simply add a file named `.devcontainer/devcontainer.json` with the following content:
```json
{
"image":"ghcr.io/input-output-hk/devx-devcontainer:ghc810-iog",
"image":"ghcr.io/input-output-hk/devx-devcontainer:x86_64-linux.ghc810-iog",
"customizations":{
"vscode":{
"extensions":[
Expand Down

0 comments on commit c261b59

Please sign in to comment.