Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer authored Jun 20, 2020
1 parent 53b18be commit a528fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ There are however also some downsides to tractjs. See the [FAQ](#faq).
<html>
<head>
<meta charset="utf-8" />
<script src="https://bminixhofer.github.io/tractjs/dist/tractjs.min.js"></script>
<script src="https://unpkg.com/tractjs/dist/tractjs.min.js"></script>
<script>
const model = new tractjs.Model("path/to/your/model");
model
Expand Down

0 comments on commit a528fe6

Please sign in to comment.