Skip to content

Commit 6399194

Browse files
committed
docs: fix stale "backend" terminology in docs/README.md
The builder-settings sentence still referenced "custom HTTP backend" from before the HttpBackend->HttpTransport rename. Updated to "custom HTTP transport" to match the public API and the rest of the docs.
1 parent 27c99bf commit 6399194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ApifyClient client = ApifyClient.create("my-api-token");
1717

1818
`ApifyClient.create` takes the token as an explicit argument — it does not read `APIFY_TOKEN`
1919
automatically. Use `ApifyClient.builder()` for non-default settings (base URL, retries, timeout,
20-
user-agent suffix, custom HTTP backend).
20+
user-agent suffix, custom HTTP transport).
2121

2222
Get your API token from the
2323
[Apify Console → Settings → API & Integrations](https://console.apify.com/settings/integrations).

0 commit comments

Comments
 (0)