Skip to content

Commit b89b905

Browse files
[skip travis] minor updates to README
1 parent f74602c commit b89b905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,5 @@ Then, it can be retrieved with the following code:
317317
>>> @client = NotionAPI::Client.new(
318318
"<insert_v2_token_here>"
319319
)
320-
>>> @client.get_page(https://www.notion.so/danmurphy/[page-id]?v=[view-id])
320+
>>> @client.get_page("https://www.notion.so/danmurphy/[page-id]?v=[view-id]")
321321
```

0 commit comments

Comments
 (0)