Skip to content

Commit 5b78e8b

Browse files
committed
fixed wrong typo
1 parent 704a1c0 commit 5b78e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ function docker-graph() {
6767
-v /path/to/MoreScripts:/root/MoreScripts:ro \
6868
-v /HOME/.config/powershell:/root/.config/powershell:ro \
6969
ghcr.io/rakheshster/docker-powershell-msgraph:$1
70-
}```
70+
}
71+
```
7172

7273
So I can do `docker-graph 2.10.0` and it will download and put me in that. If the image doesn't exist in GHCR then it errors:
73-
7474
```
7575
$ docker-graph 2.9.0
7676
Unable to find image 'ghcr.io/rakheshster/docker-powershell-msgraph:2.9.0' locally

0 commit comments

Comments
 (0)