From 58a92dcef0215b395da5e8366f36ebeceab2aaab Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 13 May 2022 16:06:24 +1000 Subject: [PATCH] Fix phrasing --- examples/eth-pm-wallet-encryption/README.md | 2 +- examples/eth-pm/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/eth-pm-wallet-encryption/README.md b/examples/eth-pm-wallet-encryption/README.md index 93fc0068f1..c703a0396f 100644 --- a/examples/eth-pm-wallet-encryption/README.md +++ b/examples/eth-pm-wallet-encryption/README.md @@ -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 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: diff --git a/examples/eth-pm/README.md b/examples/eth-pm/README.md index 1af04d15bf..d9099e1760 100644 --- a/examples/eth-pm/README.md +++ b/examples/eth-pm/README.md @@ -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 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: