Skip to content

Commit 99b1821

Browse files
committed
forgot a ]
1 parent 3dd583e commit 99b1821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rsg(length,params)
2222
# Example
2323
If i want a random string including uppercase, lowercase, special characters and numbers, with a length of 15 <br>
2424
```javascript
25-
rsg(15,['numbers','upperCase','lowerCase','specialChars')
25+
rsg(15,['numbers','upperCase','lowerCase','specialChars'])
2626
```
2727

2828

0 commit comments

Comments
 (0)