Skip to content

Commit

Permalink
Add Bower installation note.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 2, 2016
1 parent bb3cb10 commit 0412005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To abort these requests, call `q.abort()`.

## Installation

If you use NPM, `npm install d3-queue`. Otherwise, download the [latest release](https://github.com/d3/d3-queue/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. You can also load directly from [d3js.org](https://d3js.org):
If you use NPM, `npm install d3-queue`. If you use Bower, `bower install d3-queue`. Otherwise, download the [latest release](https://github.com/d3/d3-queue/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. You can also load directly from [d3js.org](https://d3js.org):

```html
<script src="https://d3js.org/d3-queue.v2.min.js"></script>
Expand Down

0 comments on commit 0412005

Please sign in to comment.