Skip to content

Commit

Permalink
examples: fix demo button in leiningen example
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Oct 22, 2019
1 parent 5fdeca8 commit c209cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/leiningen/resources/public/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ <h1>Dirac DevTools Demo Project</h1>
<a href="https://github.com/binaryage/dirac">Dirac DevTools</a> provides a custom DevTools frontend packaged in a Chrome Extension.<br>
To use REPL from Dirac you also need to start an nREPL server and a Dirac Agent server.<br>
</p>
<button onclick="dirac_sample.demo.breakpoint_demo_handler()">demo a breakpoint!</button>
<button onclick="dirac_lein.demo.breakpoint_demo_handler()">demo a breakpoint!</button>
</body>
</html>

0 comments on commit c209cb8

Please sign in to comment.