Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jan 9, 2024
1 parent 7fdd1ad commit 355d8e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -24,8 +24,7 @@ You will need to get a Courier API key to get started. You can sign up and creat
v6 of our SDK is automatically generated by [Fern](https://buildwithfern.com/). v6 comes
with several improvements that we describe below:

- **Instantiate the client**: There is no longer one global CourierClient, instead you have to
instantiate the client.
- **Instantiate the client**: `CourierClient` is now a class and must be instantiated.
```ts
import { CourierClient } from "@trycourier/courier";

Expand Down

0 comments on commit 355d8e6

Please sign in to comment.