diff --git a/README.md b/README.md index f0d537d..e7574f4 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ The drawback is that the computation of a Voronoï treemap is based on a iterati ## Installing -If you use NPM, `npm install d3-voronoi-treemap`. Otherwise, load `https://rawcdn.githack.com/Kcnarf/d3-voronoi-treemap/v1.1.0/build/d3-voronoi-treemap.js` (or its `d3-voronoi-treemap.min.js` version) to make it available in AMD, CommonJS, or vanilla environments. In vanilla, you must load the [d3-weighted-voronoi](https://github.com/Kcnarf/d3-weighted-voronoi) and [d3-voronoi-map](https://github.com/Kcnarf/d3-voronoi-map) plugins prioir to this one, and a d3 global is exported: +If you use NPM, `npm install d3-voronoi-treemap`. Otherwise, load `https://rawcdn.githack.com/Kcnarf/d3-voronoi-treemap/v1.1.2/build/d3-voronoi-treemap.js` (or its `d3-voronoi-treemap.min.js` version) to make it available in AMD, CommonJS, or vanilla environments. In vanilla, you must load the [d3-weighted-voronoi](https://github.com/Kcnarf/d3-weighted-voronoi) and [d3-voronoi-map](https://github.com/Kcnarf/d3-voronoi-map) plugins prioir to this one, and a d3 global is exported: ```html - - - + + + diff --git a/package.json b/package.json index 1f004ab..1c6c781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3-voronoi-treemap", - "version": "1.1.1", + "version": "1.1.2", "description": "D3 plugin which computes a treemap based on Voronoi tesselation", "keywords": [ "d3",