From d987c7a74b25f93f518ef88d2741286e82199cc7 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 45eed03..f7b98a6 100644 --- a/README.md +++ b/README.md @@ -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.