Skip to content

Commit

Permalink
Update docs example again
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Oct 25, 2024
1 parent c00e847 commit ef0a4da
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({ keyword: "bob", limit: 10, cursor: "eyblahblahblahblah" })
* await noblox.searchUsers("bob", 10, "cursorstring")
**/

// Define
Expand Down

0 comments on commit ef0a4da

Please sign in to comment.