From 3648ab6833d01a6c0bea20f6fd0dcf4f649a5c93 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 29 Oct 2024 13:05:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e7043..79933a7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ const loops = new LoopsClient(process.env.LOOPS_API_KEY); const resp = await loops.createContact("email@provider.com"); ``` -## Handling rate limits +## Handling rate limits If you import `RateLimitExceededError` you can check for rate limit issues with your requests.