Skip to content

Commit 9f73cfd

Browse files
committed
export plotlyCore in module example
1 parent f41469c commit 9f73cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ plotlyCore.register([
6363
require('plotly.js/lib/choropleth')
6464
]);
6565

66-
module.exports = customPlotly;
66+
module.exports = plotlyCore;
6767
```
6868

6969
Then elsewhere in your code:

0 commit comments

Comments
 (0)