From 2265db7b33990eb76a33cd9787af5c5358e13eb6 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Tue, 30 Aug 2016 12:26:38 -0700 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6761517c975be..4d6bb207f13b8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Installing -If you use NPM, `npm install d3`. Otherwise, download the [latest release](https://github.com/d3/d3/releases/latest). The released bundle supports anonymous AMD, CommonJS, and vanilla environments. You can load directly from [d3js.org](https://d3js.org), [CDNJS](https://cdnjs.com/libraries/d3), or [npm via unpkg](https://unpkg.com/d3/). For example: +If you use npm, `npm install d3`. Otherwise, download the [latest release](https://github.com/d3/d3/releases/latest). The released bundle supports anonymous AMD, CommonJS, and vanilla environments. You can load directly from [d3js.org](https://d3js.org), [CDNJS](https://cdnjs.com/libraries/d3), or [unpkg](https://unpkg.com/d3/). For example: ```html