aboutsummaryrefslogtreecommitdiff
path: root/demo/src/index.html
diff options
context:
space:
mode:
authorlironh2020-03-22 08:42:02 +0200
committerlironh2020-03-22 08:42:02 +0200
commit9ece5bd28144f34fc336a37f4688a23371778603 (patch)
tree7a4e2df1ca890141623353702dc875f850174ba6 /demo/src/index.html
parentfeat(demo): saving user history (diff)
downloadavr8js-9ece5bd28144f34fc336a37f4688a23371778603.tar.gz
avr8js-9ece5bd28144f34fc336a37f4688a23371778603.tar.bz2
avr8js-9ece5bd28144f34fc336a37f4688a23371778603.zip
feat(demo): saving user history
Diffstat (limited to 'demo/src/index.html')
-rw-r--r--demo/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/index.html b/demo/src/index.html
index 9b69306..332ccb3 100644
--- a/demo/src/index.html
+++ b/demo/src/index.html
@@ -17,7 +17,7 @@
<div class="toolbar">
<button id="run-button">Run</button>
<button id="stop-button" disabled>Stop</button>
- <button id="revert-button">Back to leds example</button>
+ <button id="revert-button">Back to LEDS example</button>
<div class="spacer"></div>
<div id="status-label"></div>
</div>