Skip to content

Commit 47353ca

Browse files
committed
Merge pull request #213 from mbonaci/patch-2
Small correction: remove semicolon from the register array
2 parents 49ea59f + 5ad4049 commit 47353ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var plotlyCore = require('plotly.js/lib/core');
5757
// Load in the trace types for pie, and choropleth
5858
plotlyCore.register([
5959
require('plotly.js/lib/pie'),
60-
require('plotly.js/lib/choropleth');
60+
require('plotly.js/lib/choropleth')
6161
]);
6262

6363
module.exports = customPlotly;

0 commit comments

Comments
 (0)