Skip to content

Commit b2d0baf

Browse files
committed
Update README.
1 parent b6ea786 commit b2d0baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Generate random numbers from various distributions.
44

55
## Installing
66

7-
If you use NPM, `npm install d3-random`. Otherwise, download the [latest release](https://github.com/d3/d3-random/releases/latest). You can also load directly as a [standalone library](https://d3js.org/d3-random.v1.min.js) or as part of [D3](https://github.com/d3/d3). ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported:
7+
If you use NPM, `npm install d3-random`. Otherwise, download the [latest release](https://github.com/d3/d3-random/releases/latest). You can also load directly as a [standalone library](https://d3js.org/d3-random.v2.min.js) or as part of [D3](https://github.com/d3/d3). ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported:
88

99
```html
10-
<script src="https://d3js.org/d3-random.v1.min.js"></script>
10+
<script src="https://d3js.org/d3-random.v2.min.js"></script>
1111
<script>
1212
1313
var random = d3.randomUniform(1, 10);

0 commit comments

Comments
 (0)