Skip to content

Commit 3dd583e

Browse files
committed
forgot something again..
1 parent 9b05a87 commit 3dd583e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ This package will generate a random string with params, for example you can use
1111

1212
# How to use:
1313

14-
The packge accepts 5 inputs, if you call the generator without passing any params, <br>
14+
The packge accepts 2 inputs, if you call the generator without passing any params, <br>
1515
it will return a random string including lowerCase and numbers only, with the length of 10 chars.<br>
1616
# Inputs : <br>
1717
1- length => a number, represents the length of the string. <br>
18-
2- params => Array [] accepts the following strings 'upperCase','lowerCase','specialChars','numbers'.<br>
18+
2- params => Array [] accepts the following strings ['upperCase', 'lowerCase', 'specialChars', 'numbers'].<br>
1919
```javascript
2020
rsg(length,params)
2121
```

0 commit comments

Comments
 (0)