Skip to content

Commit 4b33fbc

Browse files
docs: fix title in getting started (#738)
1 parent ac61a66 commit 4b33fbc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
sidebar_label: 'Getting started'
3-
title: 'Getting started'
3+
title: 'Apify API client for JavaScript'
44
---
55

66
import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
88

9-
# Apify API client for JavaScript
10-
119
`apify-client` is the official library to access the [Apify REST API](https://docs.apify.com/api/v2) from your JavaScript/TypeScript applications. It runs both in Node.js and browser and provides useful features like automatic retries and convenience functions that improve the experience of using the Apify API. All requests and responses (including errors) are encoded in JSON format with UTF-8 encoding.
1210

1311
## Pre-requisites

0 commit comments

Comments
 (0)