Skip to content

Commit

Permalink
Merge pull request #23 from ndaidong/v4.0.0
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
ndaidong authored Dec 23, 2021
2 parents c1f7dda + eb479f0 commit c9a254d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,11 @@ In addition, this lib provides some methods to customize default settings. Don't
```js
{
headers: {
'user-agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0',
accept: 'text/html; charset=utf-8'
'user-agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0'
},
responseType: 'text',
responseEncoding: 'utf8',
timeout: 6e4,
timeout: 6e4, // 1 minute
maxRedirects: 3
}
```
Expand Down

0 comments on commit c9a254d

Please sign in to comment.