From 43d3be443a65411ad7c43383ae61c65821b1c8a6 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 24 Jun 2016 10:37:49 -0700 Subject: [PATCH] Prepare for major release. --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07c9aaf..bbad1d9 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Visualize relationships or network flow with an aesthetically-pleasing circular ## Installing -If you use NPM, `npm install d3-chord`. Otherwise, download the [latest release](https://github.com/d3/d3-chord/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-chord.v0.0.min.js) or as part of [D3 4.0](https://github.com/d3/d3). AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported: +If you use NPM, `npm install d3-chord`. Otherwise, download the [latest release](https://github.com/d3/d3-chord/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-chord.v1.min.js) or as part of [D3 4.0](https://github.com/d3/d3). AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported: ```html - +