From cee29410b72ba2ebc360f838e60768784b24da4e Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Mon, 3 Jul 2023 16:20:09 +0400 Subject: [PATCH] chore: update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 479fd7c..0b0bdf6 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ prevention in anonymous environments. The core parts of RLN are: * zk-circuits in Circom (this repo); -* [registry smart-contract](https://github.com/Rate-Limiting-Nullifier/rln-contract) -* set of libraries to build app with RLN ([rlnjs](https://github.com/Rate-Limiting-Nullifier/rlnjs), [zerokit](https://github.com/vacp2p/zerokit)) +* [registry smart-contract](https://github.com/Rate-Limiting-Nullifier/rln-contract); +* set of libraries to build app with RLN ([rlnjs](https://github.com/Rate-Limiting-Nullifier/rlnjs), [zerokit](https://github.com/vacp2p/zerokit)). --- -To learn more on RLN and how it works - check out [documentation](https://rate-limiting-nullifier.github.io/rln-docs/) \ No newline at end of file +To learn more on RLN and how it works - check out [documentation](https://rate-limiting-nullifier.github.io/rln-docs/).