Skip to content

Commit f656326

Browse files
committed
update readme
1 parent 4833c56 commit f656326

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ 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
```csharp
22-
CredentialsInterface credentials = new HttpBearer('[access_token]');
23-
Client client = Client::build(credentials);
22+
using SdkFabric.Twitter.Client;
23+
24+
Client client = Client.Build("[access_token]")
2425

2526
// @TODO use the client
2627
```
28+
29+
You can find all available operations and types at:
30+
https://app.typehub.cloud/d/sdkfabric/twitter

0 commit comments

Comments
 (0)