From e3387f14396c3205c136b99e8bae5bacf205e2de Mon Sep 17 00:00:00 2001 From: Kobi Gurkan Date: Thu, 9 May 2019 20:23:07 +0300 Subject: [PATCH] fix: adjusts web interface text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06909df4..1d0fc0a9 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ The server and the client look for **server-config.json** and **client-config.js ## Running -The easiest way to try Semaphore out is to use [https://semaphore.kobi.one](https://semaphore.kobi.one) - a web interface to broadcast locally. First, load the Rinkeby config using the button at the top. Then, you can generate an identity and send the commitment to @kobigurk on Telegram or open an issue in the repository. Then, you can broadcast signals, including the proof generation, directly in the browser. Lastly, you can see the signals that have been broadcast to date in the table. +The easiest way to try Semaphore out is to use [https://semaphore.kobi.one](https://semaphore.kobi.one) - a web interface to broadcast to a remote server and generate proofs locally. First, load the Rinkeby config using the button at the top. Then, you can generate an identity and send the commitment to @kobigurk on Telegram or open an issue in the repository. Then, you can broadcast signals, including the proof generation, directly in the browser. Lastly, you can see the signals that have been broadcast to date in the table. * To try Semaphore locally out you can clone the repository and run: * **npm install**