We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d9895 commit 4d40dfdCopy full SHA for 4d40dfd
2 files changed
docs/getting-started/intro.mdx
@@ -142,7 +142,7 @@ New user? Follow these quick steps to get started with the DeepL API.
142
143
```php Sample request
144
require_once 'vendor/autoload.php';
145
- use DeepL\Translator;
+ use DeepL\Client;
146
147
$authKey = "{YOUR_API_KEY}"; // replace with your key
148
$deeplClient = new \DeepL\DeepLClient($authKey);
docs/getting-started/your-first-api-request.mdx
@@ -104,7 +104,7 @@ We included text translation examples for our [client libraries](/docs/getting-s
104
<Tab title="PHP">
105
```php
106
107
108
109
$authKey = "f63c02c5-f056-..."; // Replace with your key
110
0 commit comments