File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1010 <a href="https://codeclimate.com/github/FNNDSC/ami">
1111 <img src="https://codeclimate.com/github/FNNDSC/ami/badges/gpa.svg"
1212 alt="Code Climate">
13+ </a>
14+ <a href="https://cdnjs.com/libraries/ami.js">
15+ <img src="https://img.shields.io/cdnjs/v/ami.js.svg"
16+ alt="CDNJS Version">
1317 </a>
1418 <a href="https://www.npmjs.com/package/ami.js">
1519 <img src="https://img.shields.io/npm/v/ami.js.svg"
@@ -243,7 +247,7 @@ Add AMI in your index.html **after** THREEJS.
243247```
244248# index.html
245249<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r81/three.js"></script>
246- <script src="https://rawgit. com/FNNDSC/ ami/master/dist/ ami.js"></script>
250+ <script src="https://cdnjs.cloudflare. com/ajax/libs/ ami.js/0.0.11/ ami.min .js"></script>
247251<script src="app.js"></script>
248252
249253#app.js
You can’t perform that action at this time.
0 commit comments