Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c261b59

Browse files
committedMar 21, 2024·
Fix small typo in the README.md
1 parent 9a480f9 commit c261b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Refer to [`direnv` and `devx`](./docs/direnv.md) guide for more information.
4545
To make this developer shell available in VSCode DevContainer or GitHub CodeSpace, simply add a file named `.devcontainer/devcontainer.json` with the following content:
4646
```json
4747
{
48-
"image":"ghcr.io/input-output-hk/devx-devcontainer:ghc810-iog",
48+
"image":"ghcr.io/input-output-hk/devx-devcontainer:x86_64-linux.ghc810-iog",
4949
"customizations":{
5050
"vscode":{
5151
"extensions":[

0 commit comments

Comments
 (0)
Please sign in to comment.