Skip to content

Commit c79ace0

Browse files
authored
fix missing change of singletonstructure in readme
1 parent 77bab1c commit c79ace0

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
@@ -51,7 +51,7 @@ $notion->databases()->find($databaseId);
5151
#### Fetch Page Information
5252
```php
5353
// Returns a specific page
54-
$notion->pages()->find($yourPageId);
54+
\Notion::pages()->find($yourPageId);
5555
```
5656

5757
#### Search

0 commit comments

Comments
 (0)