Skip to content

Commit 9b05a87

Browse files
committed
one more time lul
1 parent f3d906b commit 9b05a87

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

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

44
# Getting started :
55
``` npm i randomstringsgenerator ``` <br>
6-
or <br>
6+
Or <br>
77
``` yarn add randomstringsgenerator ``` <br>
88
Next we import it <br>
99
``` const rsg = require('randomstringsgenerator') ```
1010

1111

1212
# How to use:
1313

14-
The packge accepts 5 params, if you call the generator without passing any params, <br>
15-
it will return a random string including lowerCase and numbers only with the length of 10 chars.<br>
16-
Now for the params : <br>
17-
length => a number, represent the length of the string, <br>
18-
params => Array accept the following strings 'upperCase','lowerCase','specialChars','numbers' <br>
14+
The packge accepts 5 inputs, if you call the generator without passing any params, <br>
15+
it will return a random string including lowerCase and numbers only, with the length of 10 chars.<br>
16+
# Inputs : <br>
17+
1- length => a number, represents the length of the string. <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)