Skip to content

Commit cd56aa9

Browse files
committed
Clean up docs
1 parent 9661320 commit cd56aa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ Read more about entropy collection in [`crypto.randomBytes`] docs.
221221

222222
Unfortunately, you will lose Web Crypto API advantages in a browser
223223
if you use the asynchronous API. So, currently, in the browser, you are limited
224-
with either security (using `nanoid`), asynchronous behavior (using `nanoid/async`), or
225-
non-secure behavior (using `nanoid/non-secure`) that will be explained in the next part
226-
of the documentation.
224+
with either security (`nanoid`), asynchronous behavior (`nanoid/async`),
225+
or non-secure behavior (`nanoid/non-secure`) that will be explained
226+
in the next part of the documentation.
227227

228228
[`crypto.randomBytes`]: https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback
229229

0 commit comments

Comments
 (0)