Skip to content

Commit c9b7f10

Browse files
committed
typo
1 parent b3d054c commit c9b7f10

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PHP Parallel Lint
2-
=============
2+
=================
33

44
This tool check syntax of PHP files about 20x faster then serial check.
55

@@ -11,7 +11,7 @@ Install
1111

1212
Just create a `composer.json` file and run the `php composer.phar install` command to install it:
1313

14-
```
14+
```json
1515
{
1616
"require-dev": {
1717
"jakub-onderka/php-parallel-lint": "dev-master"
@@ -21,7 +21,8 @@ Just create a `composer.json` file and run the `php composer.phar install` comma
2121

2222

2323
Example output
24-
---------------
24+
--------------
25+
2526
```
2627
$ php run.php .
2728
X.......
@@ -40,7 +41,8 @@ Unexpected T_OBJECT_OPERATOR (->), expecting T_STRING or T_VARIABLE or '{' or '$
4041

4142

4243
Using in ANT
43-
---------------
44+
------------
45+
4446
```xml
4547
<target name="lint" description="Check syntax errors in PHP files">
4648
<exec executable="php" failonerror="true">

0 commit comments

Comments
 (0)