Skip to content

Commit

Permalink
prepare release fix 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvictoor committed Jul 30, 2020
1 parent 48a32c9 commit 3380522
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 @@ -28,7 +28,7 @@ This library is packaged as a UMD module, hence you can use it directly
from JavaScript within a browser. To do so, you can simply include HdrHistogramJS file from github's release page:

```
<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>
```

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

0 comments on commit 3380522

Please sign in to comment.