diff --git a/Scripting:-chk.md b/Scripting:-chk.md index ce4bb36..1db643f 100644 --- a/Scripting:-chk.md +++ b/Scripting:-chk.md @@ -10,13 +10,9 @@ Example: **Example 1** True: `chk hello hello` -True: `chk "hello" "hello"` -True: `chk "hello" hello` -True: `chk hello "hello"` - -Arguments are not case sensitives. - -**Example 2** +True: `chk "hello" "hello"` +True: `chk "hello" hello` +True: `chk hello "hello"` True: `chk HELLO hello` True: `chk HeLlO hElLo`