From a1f8f42c3b94246acf0adf691bd4b10ef935916a Mon Sep 17 00:00:00 2001 From: Danyll <37103154+Danyylka@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:43:41 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "shows" → "demonstrates" "QR" → "QR code" "will open" → "opens" "will start" → "begins" --- examples/noise/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/noise/README.md b/examples/noise/README.md index 833fef0d..b0c080e6 100644 --- a/examples/noise/README.md +++ b/examples/noise/README.md @@ -2,7 +2,7 @@ ## Background -The `noise` application is an example that shows how to do pairing between js-waku and go-waku +The `noise` application is an example that demonstrates how to do pairing between js-waku and go-waku ## Preparation ``` @@ -16,4 +16,4 @@ To start the `noise` application run the following from the project directory ``` ./build/noise ``` -The app will display a QR and a link that will open the js-noise example in the browser. The handshake process will start afterwards +The app will display a QR code and a link that opens the js-noise example in the browser. The handshake process begins afterwards