diff --git a/README.md b/README.md index ee3cdbe..84fb28f 100644 --- a/README.md +++ b/README.md @@ -32,19 +32,19 @@ And finally **iteration methods** that apply functions to elements in the array: ## Installing -If you use npm, `npm install d3-array`. You can also download the [latest release on GitHub](https://github.com/d3/d3-array/releases/latest). For vanilla HTML in modern browsers, import d3-array from Skypack: +If you use npm, `npm install d3-array`. You can also download the [latest release on GitHub](https://github.com/d3/d3-array/releases/latest). For vanilla HTML in modern browsers, import d3-array from jsDelivr: ```html ``` -For legacy environments, you can load d3-array’s UMD bundle from an npm-based CDN such as jsDelivr; a `d3` global is exported: +For legacy environments, you can load d3-array’s UMD bundle; a `d3` global is exported: ```html