From 525efdff5e3097541958a03b23ffa30ca3556895 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Wed, 6 Sep 2017 12:19:54 -0500 Subject: [PATCH] readme: update supported languages update readme to reflect the languages actually supported by shellcheck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72151ce..a4dd96c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ShellCheck - A shell script static analysis tool -ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh shell scripts: +ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh/dash/ksh shell scripts: ![Screenshot of a terminal showing problematic shell script lines highlighted](doc/terminal.png).