Skip to content

Commit 81b6f00

Browse files
authored
Merge pull request #48 from potherca-contrib/fix/typo-in-readme
Fixes typo's in the README file.
2 parents 136ea13 + a51b731 commit 81b6f00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Phar is a packaged format which should be a single download. The latest Phar can
2626
After downloading run `chmod +x diffFilter.phar` and then call as `./diffFilter.phar` followed by the normal options
2727

2828
## Manually
29-
Clone this repository somewhere your your build plan can be accessed, composer install is prefered but there is a non composer class loader which will be used if composer is not installed. If composer is not used some PHP specific features will not work as expected.
29+
Clone this repository somewhere your your build plan can be accessed, composer install is preferred but there is a non composer class loader which will be used if composer is not installed. If composer is not used some PHP specific features will not work as expected.
3030
Then call the script you need
3131

3232

@@ -38,7 +38,7 @@ First of all a diff is needed
3838
3939
See [here](https://github.com/exussum12/coverageChecker/wiki/Generating-a-diff) for a more in depth examples of what diff you should generate
4040

41-
Then the outut for the tool you wish to check (such as phpcs, PHPUnit, phpmd etc) for example
41+
Then the output for the tool you wish to check (such as phpcs, PHPUnit, phpmd etc) for example
4242

4343
phpcs --standard=psr2 --report=json || true > phpcs.json
4444
@@ -57,7 +57,7 @@ A more in depth guide can be [found on the wiki](https://github.com/exussum12/co
5757

5858
# Full list of available diff filters
5959

60-
Below is a list of all tools and a breif description
60+
Below is a list of all tools and a brief description
6161

6262
```
6363
--buddy Parses buddy (magic number detection) output

0 commit comments

Comments
 (0)