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 cb9e531 commit c1f1bdcCopy full SHA for c1f1bdc
Readme.md
@@ -29,5 +29,5 @@ import randomString from '@smakss/random-string'
29
then to use it within your application you can do it just like this:
30
31
```
32
-randomString(10) // This will generate a random string with length of then
+randomString(10) // This will generate a random string with a length of 10. The output should be something like this: BD@Z8dKf2%
33
0 commit comments