Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bced519

Browse files
committed
re-word quick usage cases
1 parent 9699409 commit bced519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ and use the plotly.js `dist` file(s). More info [here](https://github.com/plotly
4040
npm 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

0 commit comments

Comments
 (0)