diff --git a/index.html b/index.html index 3b88d36..4a15dad 100644 --- a/index.html +++ b/index.html @@ -115,7 +115,7 @@ .attr("width", width) .attr("height", height); - // Standard projection - we'll rotate the entire SVG group + // Standard projection - we'll rotate the entire SVG group const projection = d3.geoNaturalEarth1() .scale(200) .center([0, 0])