diff --git a/README.md b/README.md index 9917ae3..c96e869 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ file. Download this file, and then it can executed via CLI by running `php logch Alternatively, if you `chmod +x logchecker.phar`, it can be executed directly by doing `./logchecker.phar`. To install it globally, run: -``` +```bash mv logchecker.phar /usr/local/bin/logchecker chmod +x /usr/local/bin/logchecker ``` @@ -75,7 +75,7 @@ Details : ``` ### Code -``` +```php