fix minor comments

This commit is contained in:
weboko 2023-01-11 23:32:58 +01:00
parent ad77f8cba5
commit 683a5804b4
No known key found for this signature in database
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Waku Noise Pairing example app
# Waku Noise Pairing Example App
```
npm install
npm start
```
Browse http://localhost:8080 and open the developer tools to see console logs
Browse to http://localhost:8080

View File

@ -10,7 +10,7 @@
</head>
<body>
<p>Press F12 to open the console</p>
<p><b>Waku Status:</b> <span id="waku-status">connecting...</span></p>
<p><b>Waku Node Status:</b> <span id="waku-status">connecting...</span></p>
<p id="handshake-span">
<b>Handshake Status:</b> <span id="handshake-status">-</span>
</p>
@ -24,9 +24,7 @@
<input id="nick-input" placeholder="Choose a nickname" type="text" />
<label for="text-input">Message text</label>
<input id="text-input" placeholder="Type your message here" type="text" />
<button id="send-btn" type="button" disabled>
Send message using Light Push
</button>
<button id="send-btn" type="button" disabled>Send message</button>
<span id="sending-status"></span>
<h4 class="mu1">Messages</h4>