Skip to content

Commit c93898f

Browse files
authored
examples/hosted-counter-metamask: update blurb (#56)
1 parent eccd10b commit c93898f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

examples/hosted-counter-metamask/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
<div class="container">
2222
<div class="content">
2323
<div class="description">
24-
<h1>Counter</h1>
24+
<h1>MetaMask Counter</h1>
2525
<p>
26-
This is a simple application tracking some on-chain state that remembers the value of an integer counter.
26+
This is a simple application tracking some on-chain state that remembers the value of an integer counter, with transactions signed by MetaMask.
2727
</p>
2828
<p>
29-
Click the button to submit a block that increments the counter, and watch your local node's state update in real-time.
29+
You'll need to have MetaMask installed and connected to the page for this demo to run.
30+
</p>
31+
<p>
32+
Click the button to ask MetaMask to sign a block with your key that increments the counter.
3033
</p>
3134
</div>
3235
<div class="ui">

0 commit comments

Comments
 (0)