Skip to content

Commit

Permalink
Fix README src link.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Nov 18, 2018
1 parent ae7a747 commit 7f9d22e
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 @@ -36,7 +36,7 @@ Include D3.js, X3DOM and d3-x3dom js and css files in the `<head>` section of yo
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://x3dom.org/download/dev/x3dom-full.js"></script>
<link rel="stylesheet" href="https://x3dom.org/download/dev/x3dom.css" />
<script src="https://raw.githack.com/jamesleesaunders/d3-x3dom/master/src/d3-x3dom.js"></script>
<script src="https://raw.githack.com/jamesleesaunders/d3-x3dom/master/build/d3-x3dom.js"></script>
</head>
```

Expand Down

0 comments on commit 7f9d22e

Please sign in to comment.