From 355d8e6a873297300fdca214d6682007889bfa03 Mon Sep 17 00:00:00 2001 From: Deep Singhvi Date: Tue, 9 Jan 2024 14:58:06 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dbfa534..827e94a 100644 --- a/README.md +++ b/README.md @@ -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";