Skip to content

Commit d7a43f3

Browse files
authored
Update README.md
1 parent 49cd0c6 commit d7a43f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ yarn add react-nice-avatar
4444
```
4545
2. Generate a configuration
4646

47-
Config can be generated with a seed, seed is a string of name, email or anything you like
47+
Config can be generated with a seed, a seed is a string of name, email or any string you like
4848
```js
4949
const config = genConfig("hi@dapi.to")
5050
```
5151

52-
or it can be generate with customized object, plz check the Options below for what attributes can be passed in
52+
or it can be generate with a customized object, plz check the Options below for what attributes can be passed in
5353
```js
5454
const config = genConfig({ sex: "man", hairStyle: "mohawk" })
5555
```
5656

57-
or generate a random config by passing nothing to the function genConfig
57+
or generating a random config by passing nothing to the function genConfig
5858
```js
5959
const config = genConfig()
6060
```

0 commit comments

Comments
 (0)