From d7d51e900d5d3acea998f537b18794ef8e8721e7 Mon Sep 17 00:00:00 2001 From: Martin Helmut Fieber Date: Thu, 26 Sep 2019 17:14:56 +0200 Subject: [PATCH] fix: small typo in readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78bce23c..84b4bcf2 100644 --- a/README.md +++ b/README.md @@ -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";