fix minor comments
This commit is contained in:
parent
ad77f8cba5
commit
683a5804b4
|
@ -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
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue