File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ and use the plotly.js `dist` file(s). More info [here](https://github.com/plotly
4040npm install plotly.js
4141```
4242
43- and use the plotly.js ` dist ` or CommonJS files ` var Plotly = require('plotly.js'); ` in your source file .
43+ and use the plotly.js ` dist ` file(s) or require plotly.js using CommonJS as ` var Plotly = require('plotly.js'); ` .
4444
4545#### Use the plotly.js CDN hosted by Fastly:
4646``` html
4747<!-- Latest compiled and minified plotly.js JavaScript -->
4848<script type =" text/javascript" src =" https://cdn.plot.ly/plotly-latest.min.js" ></script >
4949
50- <!-- OR use a specific plotly.js release (e.g. version 1.5.0)-->
50+ <!-- OR use a specific plotly.js release (e.g. version 1.5.0) -->
5151<script type =" text/javascript" src =" https://cdn.plot.ly/plotly-1.5.0.min.js" ></script >
5252```
5353
You can’t perform that action at this time.
0 commit comments