From 58762caad5f4fe8b1663dfc6b0e4ee9d0c75e92d Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Mon, 23 Dec 2024 18:08:36 +0100 Subject: [PATCH] Renames --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bad0f34..f75bab8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jest-matchers +# vitest-matchers [GitHub] | [NPM] @@ -16,7 +16,7 @@ Some additional [Vitest] matchers I usually use in my projects. Also registers t * Import it in your Vitest test file: ```typescript - @import "@kayahr/jest-matchers"; + @import "@kayahr/vitest-matchers"; ```