diff --git a/README.md b/README.md index 7e18c6b..f2c90d2 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ From Docker Hub: Using the Docker image can be done like so: - docker run -v $(pwd):/scripts koalaman/shellcheck /sripts/myscript.sh + docker run -v $(pwd):/scripts koalaman/shellcheck /scripts/myscript.sh Here the local directory ( $(pwd) ) is mounted into the containers directory "/scripts". The script "myscript.sh" is checked.