diff --git a/README.md b/README.md index aa949678..370f3d1d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Make a request to any Notion API endpoint. ```js ;(async () => { - const listUsersResponse = await notion.users.list() + const listUsersResponse = await notion.users.list({}) })() ```