From 6a785c6e84f62e680b1cd9516376dda2af6615df Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Mon, 20 Mar 2023 13:09:33 -0700 Subject: [PATCH] jsDelivr instead of Skypack --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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