From 89397beae728e77a39fe90c4c7f3cc073708e841 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Fri, 10 Apr 2026 11:22:11 -0700 Subject: [PATCH] README.md: fix typo in link to cspray/database-testing-phpunit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd40e0..d7e96f9 100644 --- a/README.md +++ b/README.md @@ -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