Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit df33c75

Browse files
committed
Use compact format expressions for readme
1 parent bedfd62 commit df33c75

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
PHP Parallel Lint
2-
=================
3-
1+
# PHP Parallel Lint
42
This tool check syntax of PHP files faster then serial check with fancier output.
53

64
Running parallel jobs in PHP inspired by Nette framework tests.
75

8-
Install
9-
-------
106

7+
## Install
118
Just create a `composer.json` file and run the `php composer.phar install` command to install it:
129

1310
```json
@@ -29,14 +26,12 @@ For colored output install suggested package `jakub-onderka/php-console-highligh
2926
}
3027
```
3128

32-
Example output
33-
--------------
3429

30+
## Example output
3531
![Alt text](/tests/examples/example-images/use-error.png?raw=true "Example use of tool with error")
3632

37-
Recommended setting for usage with Symfony framework
38-
--------------
3933

34+
## Recommended setting for usage with Symfony framework
4035
For run from command line:
4136

4237
```
@@ -61,8 +56,7 @@ or setting for ANT:
6156
</target>
6257
```
6358

64-
Create Phar package
65-
--------------
59+
## Create Phar package
6660
PHP Parallel Lint supports [Box app](https://box-project.github.io/box2/) for creating Phar package. First, install box app:
6761

6862
```

0 commit comments

Comments
 (0)