We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9661320 commit cd56aa9Copy full SHA for cd56aa9
1 file changed
README.md
@@ -221,9 +221,9 @@ Read more about entropy collection in [`crypto.randomBytes`] docs.
221
222
Unfortunately, you will lose Web Crypto API advantages in a browser
223
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.
+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.
227
228
[`crypto.randomBytes`]: https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback
229
0 commit comments