File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,17 @@ yarn add react-nice-avatar
4444 ```
45452. 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 ```
You can’t perform that action at this time.
0 commit comments