From a23b786e58958700f4170faedfc5ff49525f4fcd Mon Sep 17 00:00:00 2001 From: npmcdn-to-unpkg-bot Date: Sun, 4 Sep 2016 23:20:10 +0100 Subject: [PATCH] Replace npmcdn.com with unpkg.com --- d3-master/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 d3-master/README.md diff --git a/d3-master/README.md b/d3-master/README.md old mode 100755 new mode 100644 index 09b90fb..5f814e0 --- a/d3-master/README.md +++ b/d3-master/README.md @@ -10,7 +10,7 @@ For examples, [see the gallery](https://github.com/d3/d3/wiki/Gallery) and [mbos ## Installing -The master branch currently contains the prerelease of D3 4.0. The 4.0 API is not yet frozen and may change prior to the release. (For the latest stable release, 3.5.17, follow the [installation instructions](https://github.com/d3/d3/wiki#installing) on the wiki.) If you use NPM, `npm install d3@next`. Otherwise, download the [latest release](https://npmcdn.com/d3@next/build/). The released bundle supports AMD, CommonJS, and vanilla environments. Create a [custom bundle using Rollup](http://bl.ocks.org/mbostock/bb09af4c39c79cffcde4) or your preferred bundler. You can also load directly from [d3js.org](https://d3js.org): +The master branch currently contains the prerelease of D3 4.0. The 4.0 API is not yet frozen and may change prior to the release. (For the latest stable release, 3.5.17, follow the [installation instructions](https://github.com/d3/d3/wiki#installing) on the wiki.) If you use NPM, `npm install d3@next`. Otherwise, download the [latest release](https://unpkg.com/d3@next/build/). The released bundle supports AMD, CommonJS, and vanilla environments. Create a [custom bundle using Rollup](http://bl.ocks.org/mbostock/bb09af4c39c79cffcde4) or your preferred bundler. You can also load directly from [d3js.org](https://d3js.org): ```html