diff --git a/Php-parallel-lint-plugin.md b/Php-parallel-lint-plugin.md index 6f16c98..b118454 100644 --- a/Php-parallel-lint-plugin.md +++ b/Php-parallel-lint-plugin.md @@ -1 +1,11 @@ -Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run. \ No newline at end of file +Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run. + +###Example: + +``` +test: + php_parallel_lint: + directories: + - "app" + - "public" +```