Skip to content

Commit 1d726ff

Browse files
committed
Prepare release of v2
1 parent 1987500 commit 1d726ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This library is packaged as a UMD module, hence you can use it directly
2727
from JavaScript within a browser. To do so, you can simply include HdrHistogramJS file from github's release page:
2828

2929
```
30-
<script src="https://github.com/HdrHistogram/HdrHistogramJS/releases/download/v2.0.0-beta6/hdrhistogram.umd.js"></script>
30+
<script src="https://github.com/HdrHistogram/HdrHistogramJS/releases/download/v2.0.0/hdrhistogram.umd.js"></script>
3131
```
3232

3333
Then you will have access to classes and functions of the APIs using "hdr" prefix.
@@ -36,13 +36,13 @@ You can also use HdrHistogramJS as a commonjs NodeJS module.
3636
Using npm you can get HdrHIstogramJS with the following command:
3737

3838
```
39-
npm i hdr-histogram-js@2.0.0-beta6
39+
npm i hdr-histogram-js
4040
```
4141

4242
Or if you like yarn better:
4343

4444
```
45-
yarn add hdr-histogram-js@2.0.0-beta6
45+
yarn add hdr-histogram-js
4646
```
4747

4848
Note for TypeScript developers: since HdrHistogramJS has been written in TypeScript, definition files are embedded, no additional task is needed to get them.

0 commit comments

Comments
 (0)