We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0f9b0 commit b51e7efCopy full SHA for b51e7ef
README.md
@@ -41,7 +41,7 @@ npm install plotly.js-dist
41
and import plotly.js as
42
```js
43
import Plotly from 'plotly.js-dist'
44
-// Or in Node,
+// Or using require,
45
var Plotly = require('plotly.js-dist')
46
```
47
0 commit comments