Fix typo in README.md

Signed-off-by: Spencer von der Ohe <s.vonderohe40@gmail.com>
This commit is contained in:
Spencer von der Ohe 2023-11-13 16:12:27 -07:00 committed by Adphi
parent 1934915ae8
commit b27add5767
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ alias d2vm="docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --p
```
```bash
wich d2vm
which d2vm
d2vm: aliased to docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --privileged -v $PWD:/d2vm -w /d2vm linkacloud/d2vm:latest
```