Skip to content

Commit 3c493e8

Browse files
committed
update readme
1 parent 48d9313 commit 3c493e8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ the code.
1616

1717
## Usage
1818

19-
The following example shows how you can use the client:
19+
The following example shows how you initialize the client:
2020

2121
```typescript
22-
const credentials = new HttpBearer('[access_token]');
23-
const client = Client::build(credentials);
22+
const client = Client::build('[access_token]');
2423

2524
// @TODO use the client
2625
```
26+
27+
You can find all available operations and types at:
28+
https://app.typehub.cloud/d/sdkfabric/notion

0 commit comments

Comments
 (0)