We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a32c9 commit 3380522Copy full SHA for 3380522
README.md
@@ -28,7 +28,7 @@ This library is packaged as a UMD module, hence you can use it directly
28
from JavaScript within a browser. To do so, you can simply include HdrHistogramJS file from github's release page:
29
30
```
31
-<script src="https://github.com/HdrHistogram/HdrHistogramJS/releases/download/v2.0.0/hdrhistogram.umd.js"></script>
+<script src="https://github.com/HdrHistogram/HdrHistogramJS/releases/download/v2.0.1/hdrhistogram.umd.js"></script>
32
33
34
Then you will have access to classes and functions of the APIs using "hdr" prefix.
0 commit comments