Skip to content

Commit 11c0c4b

Browse files
authored
Add optional
1 parent 7dbe449 commit 11c0c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Since, the endpoint is rate limited, please consider hosting your own instance (
155155
A custom endpoint URL can be passed to the methods as a second argument:
156156

157157
```js
158-
const blockMap = await getPageBlocks("PAGE_ID", "ENDPOINT_URL");
159-
const pageTable = await getPageTable("PAGE_ID", "ENDPOINT_URL");
158+
const blockMap = await getPageBlocks("PAGE_ID", "optional ENDPOINT_URL");
159+
const pageTable = await getPageTable("PAGE_ID", "optional ENDPOINT_URL");
160160
```
161161

162162
> Feel free to open an issue if something is unclear or additional documentation is needed...

0 commit comments

Comments
 (0)