Skip to content

Commit

Permalink
Improve readme (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamwin committed Nov 12, 2022
1 parent 297d76d commit a49082f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The package provides FastRoute adapter for [Yii Router](https://github.com/yiiso
The package could be installed with composer:

```
composer require yiisoft/router-fastroute --prefer-dist
composer require yiisoft/router-fastroute
```

## General usage
Expand All @@ -46,10 +46,11 @@ The package is tested with [PHPUnit](https://phpunit.de/). To run tests:

### Mutation testing

The package tests are checked with [Infection](https://infection.github.io/) mutation framework. To run it:
The package tests are checked with [Infection](https://infection.github.io/) mutation framework with
[Infection Static Analysis Plugin](https://github.com/Roave/infection-static-analysis-plugin). To run it:

```shell
./vendor/bin/infection
./vendor/bin/roave-infection-static-analysis-plugin
```

### Static analysis
Expand Down

0 comments on commit a49082f

Please sign in to comment.