diff --git a/README.md b/README.md index 3e12198..e781152 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ We can define the rules in `check.sh` by appending them at the bottom of the fil ```sh ./check.sh -`` +``` it prints those that didn't pass. The return code is 0 on successful execution and all checks passing, 2 on successful execution but some checks non-passing and other exit codes signify a failure.