Skip to content

Commit a00395b

Browse files
committed
fix typo
1 parent fa57b7d commit a00395b

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
@@ -56,7 +56,7 @@ var plotlyCore = require('plotly.js/lib/core');
5656

5757
// Load in the trace types for pie, and choropleth
5858
plotlyCore.register([
59-
require('plotly.js/lib/pie');
59+
require('plotly.js/lib/pie'),
6060
require('plotly.js/lib/choropleth');
6161
]);
6262

0 commit comments

Comments
 (0)