Skip to content

Commit 594c612

Browse files
authored
Merge pull request #316 from semaphore-protocol/docs/update-readme-data-package
Update readme file in data package Former-commit-id: 0ee1fa2
2 parents caed0ae + fbfa920 commit 594c612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/data/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
</h4>
5050
</div>
5151

52-
| 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. |
53-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
52+
| 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. |
53+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5454

5555
## 🛠 Install
5656

@@ -164,5 +164,5 @@ const members = await semaphoreEthers.getGroupMembers("42")
164164
\# **getGroupVerifiedProofs**(groupId: _string_): _Promise\<any[]>_
165165

166166
```typescript
167-
const verifiedProofs = await semaphoreEthers.getGroupVerifiedProofs()
167+
const verifiedProofs = await semaphoreEthers.getGroupVerifiedProofs("42")
168168
```

0 commit comments

Comments
 (0)