diff --git a/README.md b/README.md index 39b034ac..533ccb5b 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ A map of the USA with an Albers based projection will be default if you only inc .center([long, lat]) .scale(element.offsetWidth) .translate([element.offsetWidth / 2, element.offsetHeight / 2]); -} path = d3.geo.path() .projection( projection );