Update README.md

Fixed a typo: scipts -> scripts.
This commit is contained in:
Robert de Bock 2017-01-06 11:39:34 +01:00 committed by GitHub
commit d987c7a74b

View file

@ -105,7 +105,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.