Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ listed, please submit an issue to this repository!
## Quick Example

This example is intended to reflect what should be capable with this library. We're going to
use [cspray/database-testing-phpunit](https://github.com/cspray/databse-testing-phpunit) as our testing extension, it is ubiquitous and likely the framework you'll start off using with this library.
use [cspray/database-testing-phpunit](https://github.com/cspray/database-testing-phpunit) as our testing extension, it is ubiquitous and likely the framework you'll start off using with this library.

```php
<?php declare(strict_types=1);
Expand Down