From b0c5e18ac3eb96bc6c08e23fd51cb3a17920324d Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Thu, 15 Aug 2019 18:43:06 +0300 Subject: [PATCH] Fixed mistype in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8450d..733a372 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ composer require codeception/specify --dev ## Recommended * Use [Codeception/AssertThrows](https://github.com/Codeception/AssertThrows) for exception assertions -* Use [Codeceptoin/DomainAssert](https://github.com/Codeception/DomainAssert) for verbose domain logic assertions +* Use [Codeception/DomainAssert](https://github.com/Codeception/DomainAssert) for verbose domain logic assertions * Сombine this with [Codeception/Verify](https://github.com/Codeception/Verify) library, to get BDD style assertions. License: MIT