Skip to content

Commit 72bfe90

Browse files
committed
use dist-min
1 parent 9f5a096 commit 72bfe90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Plotly.js can be used to produce dozens of chart types and visualizations, inclu
3535
### Install with npm
3636

3737
```sh
38-
npm install plotly.js-dist
38+
npm install plotly.js-dist-min
3939
```
4040

4141
and import plotly.js as
4242

4343
```js
44-
import Plotly from 'plotly.js-dist'
44+
import Plotly from 'plotly.js-dist-min'
4545
// Or using require,
46-
var Plotly = require('plotly.js-dist')
46+
var Plotly = require('plotly.js-dist-min')
4747
```
4848

4949
### Use the plotly.js CDN hosted by Fastly

0 commit comments

Comments
 (0)