From c174085179832aeb7d81fbc14714325d82f7881c Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 3 Sep 2026 10:43:00 +0000 Subject: [PATCH] docs(readme): add navigable index and normalize section structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a Table of Contents with GitHub-style #anchor links right after the intro, nesting sub-sections under Usage. No prose, code, badges, or section content changed — navigation only. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_015rnxtANUejeRhQcGcftzsu --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ab15795..ccfb6fb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,21 @@ SDK to access [Zenrows](https://www.zenrows.com/) API directly from Node.js. Zenrows handles proxies rotation, headless browsers, and CAPTCHAs for you. +## Table of Contents + +- [Installation](#installation) +- [Usage](#usage) + - [Adaptive Stealth Mode](#adaptive-stealth-mode) + - [POST Requests](#post-requests) + - [Extract](#extract) + - [Batch](#batch) + - [Extract in a batch](#extract-in-a-batch) + - [Concurrency](#concurrency) + - [An important note about Promise.allSettled() on TypeScript](#an-important-note-about-promiseallsettled-on-typescript) +- [Examples](#examples) +- [Contributing](#contributing) +- [License](#license) + ## Installation Install the SDK with your package manager of choice.