Skip to content

Commit

Permalink
Merge pull request #51 from Stiveknx/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
revall authored May 19, 2020
2 parents 44bf4f4 + 388e7a4 commit 2599df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const client = new Instagram({ username, password, cookieStore })
## API Reference

* [Instagram](#instagramcredentials-opts)
* [new Instagram({ username, password, cookies, cookieStore }, { language, proxy })](#instagramcredentials-opts)
* [new Instagram({ username, password, cookieStore }, { language, proxy })](#instagramcredentials-opts)
* [.login({ username, password })](#logincredentials)
* [.logout()](#logout)
* [.getHome()](#gethome)
Expand Down Expand Up @@ -132,7 +132,6 @@ const client = new Instagram({ username: '', password: '' }, { language: 'es-CL'
- `credentials`
- `username`: The username of account
- `password`: The password of account
- `cookies`: An optional `Array` of cookies, only needed for restore session. Default is `undefined`
- `cookieStore`: An optional [`though-cookie`](https://www.npmjs.com/package/tough-cookie) cookie storage, which allows for persistent cookies. Default is `undefined`
- `opts`
- `language`: The language of response from API. Default is `en-US`
Expand Down

0 comments on commit 2599df4

Please sign in to comment.