mirror of https://github.com/waku-org/js-waku.git
Fix phrasing
This commit is contained in:
parent
09986d4e2b
commit
58a92dcef0
|
@ -15,7 +15,7 @@ using the encryption API provided by some Web3 Wallet provider such as [MetaMask
|
||||||
The sender only needs to know the Ethereum address of the recipient.
|
The sender only needs to know the Ethereum address of the recipient.
|
||||||
The recipient must broadcast his encryption public key as a first step.
|
The recipient must broadcast his encryption public key as a first step.
|
||||||
|
|
||||||
The `master` branch's HEAD is deployed on GitHub Pages at https://js-waku.wakuconnect.dev/examples/eth-pm-wallet-encryption/.
|
The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/eth-pm-wallet-encryption/.
|
||||||
|
|
||||||
To run a development version locally, do:
|
To run a development version locally, do:
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ only knowing their Ethereum Address.
|
||||||
This protocol has been created to demonstrated how encryption and signature could be added to message
|
This protocol has been created to demonstrated how encryption and signature could be added to message
|
||||||
sent over the Waku v2 network.
|
sent over the Waku v2 network.
|
||||||
|
|
||||||
The `master` branch's HEAD is deployed on GitHub Pages at https://js-waku.wakuconnect.dev/examples/eth-pm/.
|
The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/eth-pm/.
|
||||||
|
|
||||||
To run a development version locally, do:
|
To run a development version locally, do:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue