diff options
Diffstat (limited to 'example/index.html')
-rw-r--r-- | example/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html index 4847f68c0..d0bf094ef 100644 --- a/example/index.html +++ b/example/index.html @@ -30,7 +30,7 @@ </script> </head> <body> - <h1>balance</h1> + <h1>coinbase balance</h1> <button type="button" onClick="watchBalance();">watch balance</button> <div></div> <div id="original"></div> |