From 8e4bddcc9dd9b0f352d7ada1d9087d79b8921500 Mon Sep 17 00:00:00 2001 From: Artem Chystiakov Date: Tue, 6 Aug 2024 14:57:06 +0300 Subject: [PATCH] clean readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f1b1387..68ab88d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ import "@solarity/chai-zkit"; ## Usage > [!IMPORTANT] -> The package is meant to be used together with [hardhat-zkit](https://github.com/dl-solarity/hardhat-zkit) plugin that provides circuits objects used in chai assertions. +> The package is meant to be used together with [hardhat-zkit](https://github.com/dl-solarity/hardhat-zkit) plugin that provides circuits objects to be tested with chai assertions. After installing the package, you may use the following assertions: @@ -59,4 +59,3 @@ await expect( ## Known limitations - Temporarily, only the witness `input <> output` signals testing is supported. -