From 905024f7b09546b9252e78f4ed9ae3140197f1ad Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Sat, 10 Feb 2024 22:09:13 +0000 Subject: [PATCH] fix: #208, use 'Complementary' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6403e1..5561128 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Some highlights: - Rich library of assertions - Supports custom assertions -- Symmetric assert/refute (refute is **referee**'s "assert.not\*") +- Complementary `assert/refute` (`refute` is referee's `assert.not`) - Evented: Emits success and failure events - Failing assertions throw exceptions by default, but can be configured to not - API to add custom assertions that provides quite a bit of plumbing for free