diff --git a/packages/protocols/README.md b/packages/protocols/README.md index ebf9bdc..e5e65a2 100644 --- a/packages/protocols/README.md +++ b/packages/protocols/README.md @@ -1,12 +1,12 @@

- Semaphore identities + Semaphore protocols

-

Library for managing identites for Semaphore and Rln protocols.

+

Client library for generating and verifying Semaphore & Rln ZK proofs.

- + Github license @@ -88,6 +88,6 @@ const unserialized: Identity = ZkIdentity.unSerializeIdentity(serialized); ``` ## 📜 Final Note -For full examples of how to integrate with contracts check https://github.com/appliedzkp/semaphore repository +For full examples of how to integrate with contracts check https://github.com/appliedzkp/semaphore repository. -For additional info check tests directory +For additional info check tests directory.