diff --git a/CameraRoll.js b/CameraRoll.js index b9da61a..596aec7 100644 --- a/CameraRoll.js +++ b/CameraRoll.js @@ -215,8 +215,8 @@ class CameraRoll { * - `speed`: {number} * - `page_info` : {object} : An object with the following shape: * - `has_next_page`: {boolean} - * - `start_cursor`: {boolean} - * - `end_cursor`: {boolean} + * - `start_cursor`: {string} + * - `end_cursor`: {string} * * Loading images: * ```