From 9e4a9c8c6c1fbedd88dc3b47b2493afe69f2c45c Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 6 Jan 2017 11:39:34 +0100 Subject: [PATCH] Update README.md Fixed a typo: scipts -> scripts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.