Skip to content

Commit 5c67e07

Browse files
committed
docs: fix documentation
1 parent 66b238a commit 5c67e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Based on the C code from https://github.com/MersenneTwister-Lab/XSadd.
2727
## API
2828

2929
```js
30-
const XSadd = require("ml-xsadd").default;
30+
const { XSadd } = require("ml-xsadd");
3131

3232
const gen = new XSadd();
3333
const number = gen.getFloat();

0 commit comments

Comments
 (0)