Skip to content

Commit 2350459

Browse files
krsriqjrfnl
authored andcommitted
Fix typos
1 parent b79b223 commit 2350459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://github.com/php-parallel-lint/PHP-Parallel-Lint/actions/workflows/test.yml/badge.svg)](https://github.com/php-parallel-lint/PHP-Parallel-Lint/actions/workflows/test.yml)
55
[![License](https://poser.pugx.org/php-parallel-lint/php-parallel-lint/license.svg)](https://packagist.org/packages/php-parallel-lint/php-parallel-lint)
66

7-
This application checks syntax of PHP files in parallel.
7+
This application checks the syntax of PHP files in parallel.
88
It can output in plain text, colored text, json and checksyntax formats.
99
Additionally `blame` can be used to show commits that introduced the breakage.
1010

@@ -72,7 +72,7 @@ It is strongly recommended for existing users of the (unmaintained)
7272
- `-a`, `--asp` Set asp_tags to On (default: Off).
7373
- `-e <ext>` Check only files with selected extensions separated by comma. (default: php,php3,php4,php5,phtml,phpt)
7474
- `-j <num>` Run <num> jobs in parallel (default: 10).
75-
- `--exclude` Exclude a file or directory. If you want exclude multiple items, use multiple exclude parameters.
75+
- `--exclude` Exclude a file or directory. If you want to exclude multiple items, use multiple exclude parameters.
7676
- `--colors` Enable colors in console output. (disables auto detection of color support)
7777
- `--no-colors` Disable colors in console output.
7878
- `--no-progress` Disable progress in console output.
@@ -116,7 +116,7 @@ Note: The `// lint >= 7.4` comment has to be only the first line of the file and
116116

117117
## How to upgrade
118118

119-
Are you using `jakub-onderka/php-parallel-lint` package? You can switch to `php-parallel-lint/php-parallel-lint` using:
119+
Are you using the `jakub-onderka/php-parallel-lint` package? You can switch to `php-parallel-lint/php-parallel-lint` using:
120120

121121
composer remove --dev jakub-onderka/php-parallel-lint
122122
composer require --dev php-parallel-lint/php-parallel-lint

0 commit comments

Comments
 (0)