Skip to content

Commit

Permalink
fix: small typo in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHelmut committed Sep 26, 2019
1 parent 592aa80 commit d7d51e9
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 @@ -89,7 +89,7 @@ const murmurhash3_x86_128 = require("number-generator/lib/murmurhash3_x86_128");
const murmurhash3_x64_128 = require("number-generator/lib/murmurhash3_x64_128");
```

Also because the library can safely be [tree shaked][trsh]. If tree shaking is used in e.g. Rollup or Webpack this will only put the used function with helpers in your bundle:
Also the library can safely be [tree shaked][trsh]. If tree shaking is used in e.g. Rollup or Webpack this will only put the used function with helpers in your bundle:

```javascript
import { aleaRNGFactory } from "number-generator";
Expand Down

0 comments on commit d7d51e9

Please sign in to comment.