diff --git a/README.md b/README.md index fa2a8ac7d3..3f9d2c5b81 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ docker run -it -v ./:/tmp/heroic localhost/heroicdevcontainer:latest 3. The above command will mount your local Heroic dir to `/tmp/heroic` in the container (unless you used a different path). -```bash -cd /tmp/heoric +``` +cd /tmp/heroic ``` And you should be good to go, code and build away!