Skip to content

Commit 3380522

Browse files
committed
prepare release fix 2.0.1
1 parent 48a32c9 commit 3380522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

3030
```
31-
<script src="https://github.com/HdrHistogram/HdrHistogramJS/releases/download/v2.0.0/hdrhistogram.umd.js"></script>
31+
<script src="https://github.com/HdrHistogram/HdrHistogramJS/releases/download/v2.0.1/hdrhistogram.umd.js"></script>
3232
```
3333

3434
Then you will have access to classes and functions of the APIs using "hdr" prefix.

0 commit comments

Comments
 (0)