From 28e4c9d78cfd14bb10805a7b45e58ebc4174437b Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 13 Aug 2021 15:08:12 +1000 Subject: [PATCH] Rephrase --- examples/eth-pm-wallet-encryption/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/eth-pm-wallet-encryption/README.md b/examples/eth-pm-wallet-encryption/README.md index be86eb5271..20a0db277a 100644 --- a/examples/eth-pm-wallet-encryption/README.md +++ b/examples/eth-pm-wallet-encryption/README.md @@ -5,7 +5,7 @@ - Private Messaging - React/TypeScript - Waku Light Push -- Signature with Web3 using [EIP-712 v4: `eth_signTypedData_v4`](https://eips.ethereum.org/EIPS/eip-712) +- Signature with Web3 using [EIP-712: `eth_signTypedData_v4`](https://eips.ethereum.org/EIPS/eip-712) - Asymmetric Encryption - Usage of [`eth_decrypt`](https://docs.metamask.io/guide/rpc-api.html#eth-decrypt) Wallet API @@ -13,7 +13,7 @@ This dApp demonstrates how to send and received end-to-end encrypted messages using the encryption API provided by some Web3 Wallet provider such as [Metamask](https://metamask.io/). 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. To run a development version locally, do: