We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd583e commit 99b1821Copy full SHA for 99b1821
1 file changed
README.md
@@ -22,7 +22,7 @@ rsg(length,params)
22
# Example
23
If i want a random string including uppercase, lowercase, special characters and numbers, with a length of 15 <br>
24
```javascript
25
-rsg(15,['numbers','upperCase','lowerCase','specialChars')
+rsg(15,['numbers','upperCase','lowerCase','specialChars'])
26
```
27
28
0 commit comments