Skip to content

Commit

Permalink
Update docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Oct 22, 2024
1 parent 6cb2dd4 commit 5b1407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/users/searchUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports.optional = ['limit', 'cursor']
* @returns {Promise<UserSearchResult[]>}
* @example const noblox = require("noblox.js")
* // Log in using cookie
* await noblox.searchUsers("bob", 10, "eyblahblahblahblah")
* await noblox.searchUsers({ keyword: "bob", limit: 10, cursor: "eyblahblahblahblah" })
**/

// Define
Expand Down

0 comments on commit 5b1407e

Please sign in to comment.