mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-29 00:41:34 +02:00
Fix typo in README
This commit is contained in:
@ -51,7 +51,7 @@ Then, use the methods defined on `Client` to make requests to the API. For
|
||||
example:
|
||||
|
||||
```go
|
||||
page, err := client.FindPageByID("18d35eb5-91f1-4dcb-85b0-c340fd965015")
|
||||
page, err := client.FindPageByID(context.Background(), "18d35eb5-91f1-4dcb-85b0-c340fd965015")
|
||||
if err != nil {
|
||||
// Handle error...
|
||||
}
|
||||
|
Reference in New Issue
Block a user