diff --git a/README.md b/README.md index 82b9f9aadc2..a8856e38ba0 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ var plotlyCore = require('plotly.js/lib/core'); // Load in the trace types for pie, and choropleth plotlyCore.register([ require('plotly.js/lib/pie'), - require('plotly.js/lib/choropleth'); + require('plotly.js/lib/choropleth') ]); module.exports = customPlotly;