diff --git a/Developer-Guide.md b/Developer-Guide.md index ec36230..96a6be9 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -1,6 +1,6 @@ # Getting Started -Doing developing on Lynis is easy. Our tool is written in shell script. It uses the Bourne shell, usually /bin/sh on your system. Don't confuse it with BASH though, the Bourne Again SHell. By adhering to the Bourne shell the tool remains portable, running on Linux, *BSD, Mac OS X, and others. +Doing developing on Lynis is easy. Our tool is written in shell script. It uses the Bourne shell, usually /bin/sh on your system. Don't confuse it with BASH though (Bourne Again SHell). By adhering to the Bourne shell, the tool remains portable, and allows it to run on Linux, *BSD, Mac OS X, and others. # Structure