From 594daba6ccf8b729868d6a02cdd21a42f857bf71 Mon Sep 17 00:00:00 2001 From: vplasencia Date: Mon, 1 May 2023 20:58:00 +0200 Subject: [PATCH] docs(data): update readme file --- packages/data/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/data/README.md b/packages/data/README.md index f032031a8..0766b285b 100644 --- a/packages/data/README.md +++ b/packages/data/README.md @@ -49,8 +49,8 @@ -| This library allows you to query the [`Semaphore.sol`](https://github.com/semaphore-protocol/semaphore/blob/main/contracts/Semaphore.sol) contract data (i.e. groups) using the [Semaphore subgraph](https://github.com/semaphore-protocol/subgraph) or Ethers. It can be used on Node.js and browsers. | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| This library allows you to query the [`Semaphore.sol`](https://github.com/semaphore-protocol/semaphore/blob/main/packages/contracts/contracts/Semaphore.sol) contract data (i.e. groups) using the [Semaphore subgraph](https://github.com/semaphore-protocol/subgraph) or Ethers. It can be used on Node.js and browsers. | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ## 🛠 Install @@ -164,5 +164,5 @@ const members = await semaphoreEthers.getGroupMembers("42") \# **getGroupVerifiedProofs**(groupId: _string_): _Promise\_ ```typescript -const verifiedProofs = await semaphoreEthers.getGroupVerifiedProofs() +const verifiedProofs = await semaphoreEthers.getGroupVerifiedProofs("42") ```