From cd56aa9ddef0df1abd8ed67253f3b845c1d96851 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Thu, 30 Dec 2021 18:49:19 +1000 Subject: [PATCH] Clean up docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9301e278..d6a12884 100644 --- a/README.md +++ b/README.md @@ -221,9 +221,9 @@ Read more about entropy collection in [`crypto.randomBytes`] docs. Unfortunately, you will lose Web Crypto API advantages in a browser if you use the asynchronous API. So, currently, in the browser, you are limited -with either security (using `nanoid`), asynchronous behavior (using `nanoid/async`), or -non-secure behavior (using `nanoid/non-secure`) that will be explained in the next part -of the documentation. +with either security (`nanoid`), asynchronous behavior (`nanoid/async`), +or non-secure behavior (`nanoid/non-secure`) that will be explained +in the next part of the documentation. [`crypto.randomBytes`]: https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback