Skip to content

Commit

Permalink
update chisel-doc stub
Browse files Browse the repository at this point in the history
  • Loading branch information
craigahobbs committed Dec 2, 2021
1 parent 4fdc816 commit cd312e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/chisel/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
<body>
</body>
<script type="module">
import {ChiselDoc} from 'https://craigahobbs.github.io/chisel-doc/chisel-doc/index.js';
ChiselDoc.run(window);
import {ChiselDoc} from 'https://craigahobbs.github.io/chisel-doc/lib/app.js';
const app = new ChiselDoc(window);
app.run();
</script>
</html>
'''
Expand Down

0 comments on commit cd312e4

Please sign in to comment.