From 36bd1438d07aefa9be146eaf4b19baaa7722d28c Mon Sep 17 00:00:00 2001 From: Erdi Rowlands Date: Mon, 12 Aug 2024 16:25:32 +0100 Subject: [PATCH] MAINT: Fix README (#132) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52bb912..95d0d77 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ const client = initialize( ) ``` -Max Stream Retries +### Max Stream Retries You can configure the maximum number of streaming retries before the SDK stops attempting to reconnect or falls back to polling (if enabled). The maxRetries option can be set to any positive number or Infinity for unlimited retries (which is the default). ```typescript