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 install
|
||||||
npm start
|
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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>Press F12 to open the console</p>
|
<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">
|
<p id="handshake-span">
|
||||||
<b>Handshake Status:</b> <span id="handshake-status">-</span>
|
<b>Handshake Status:</b> <span id="handshake-status">-</span>
|
||||||
</p>
|
</p>
|
||||||
|
@ -24,9 +24,7 @@
|
||||||
<input id="nick-input" placeholder="Choose a nickname" type="text" />
|
<input id="nick-input" placeholder="Choose a nickname" type="text" />
|
||||||
<label for="text-input">Message text</label>
|
<label for="text-input">Message text</label>
|
||||||
<input id="text-input" placeholder="Type your message here" type="text" />
|
<input id="text-input" placeholder="Type your message here" type="text" />
|
||||||
<button id="send-btn" type="button" disabled>
|
<button id="send-btn" type="button" disabled>Send message</button>
|
||||||
Send message using Light Push
|
|
||||||
</button>
|
|
||||||
<span id="sending-status"></span>
|
<span id="sending-status"></span>
|
||||||
|
|
||||||
<h4 class="mu1">Messages</h4>
|
<h4 class="mu1">Messages</h4>
|
||||||
|
|
Loading…
Reference in New Issue