From 414daffd7b63251e400afb52aac83ef1423ae271 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Sat, 16 Nov 2019 11:02:11 -0800 Subject: [PATCH] Update README. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a9c778..05692ff 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A [quadtree](https://en.wikipedia.org/wiki/Quadtree) recursively partitions two- ## Installing -If you use NPM, `npm install d3-quadtree`. Otherwise, download the [latest release](https://github.com/d3/d3-quadtree/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-quadtree.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: +If you use NPM, `npm install d3-quadtree`. Otherwise, download the [latest release](https://github.com/d3/d3-quadtree/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-quadtree.v1.min.js) or as part of [D3](https://github.com/d3/d3). AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported: ```html @@ -18,8 +18,6 @@ var quadtree = d3.quadtree(); ``` -[Try d3-quadtree in your browser.](https://tonicdev.com/npm/d3-quadtree) - ## API Reference # d3.quadtree([data[, x, y]])