Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/unique-slug/README.md')
-rw-r--r--node_modules/unique-slug/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/node_modules/unique-slug/README.md b/node_modules/unique-slug/README.md
index 52de4277d..87f92f1d1 100644
--- a/node_modules/unique-slug/README.md
+++ b/node_modules/unique-slug/README.md
@@ -15,6 +15,5 @@ var fileSlug = uniqueSlug('/etc/passwd')
If *str* is passed in then the return value will be its murmur hash in
hex.
-If *str* is not passed in, it will be 4 bytes coverted into 8 hex
-characters, generated by `crypto.pseudoRandomBytes`.
-
+If *str* is not passed in, it will be 4 randomly generated bytes
+converted into 8 hexadecimal characters.