Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jul 18, 2018
1 parent ce01219 commit 3241815
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ class PuppeteerInstagram {
/**
* Signs into an existing Instagram account.
*
* Note: either username or email is required.
*
* @param {Object} user - User details for new account
* @param {string} user.username - Username
* @param {string} user.email - Email
* @param {string} user.firstName - First name
* @param {string} user.lastName - Last name
* @param {string} [user.username] - Username
* @param {string} [user.email] - Email
* @param {string} user.password - Password
* @param {Object} [opts={ }] - Options
* @return {Promise}
Expand Down

0 comments on commit 3241815

Please sign in to comment.