From f1112f40f2ae42238e7882a0a1c8ab925c8feb7d Mon Sep 17 00:00:00 2001 From: Dmytro Sukhyi Date: Thu, 26 Dec 2024 13:29:41 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fa77ff..bef7821 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Auth verification procedure: > Groth16 proof are supported by auth library > -Verification keys can be provided using `KeyLoader` interface or `NewEmbeddedKeyLoader` can be used to load keys embedded in the library `loaders/keys`. +Verification keys can be provided using `KeyLoader` interface or `EmbeddedKeyLoader` can be used to load keys embedded in the library `loaders/keys`. ### Query verification