Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benholmen committed Sep 23, 2023
1 parent 8af3d73 commit ca29c5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ composer require benholmen/defrag
```

Add the following lines to your `phpunit.xml` file:
```diff
+ <extensions>
+ <bootstrap class="BenHolmen\Defrag\Extension"/>
+ </extensions>
```xml
<extensions>
<bootstrap class="BenHolmen\Defrag\Extension"/>
</extensions>
```

## Usage
Expand Down

0 comments on commit ca29c5b

Please sign in to comment.