From 947162d273a85bcaa62a2ca185ab36e29ad76fae Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 24 Jan 2024 01:35:05 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f60dd9c..4826303 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ be_jwt.HavingClaims("name", "John Doe"), ## Matchers -### Core Be matchers +### Core Be 📦 `be` provides a set of core matchers for common testing scenarios.
[See detailed docs](core-be-matchers.md)