We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311aebc commit a6277efCopy full SHA for a6277ef
README.md
@@ -31,7 +31,7 @@ Set the configuration
31
```php
32
require __DIR__ . '/vendor/autoload.php';
33
34
-// Replace apitoken and serviceId With your own.
+// Replace apitoken and serviceId with your own.
35
\Paynl\Config::setApiToken('e41f83b246b706291ea9ad798ccfd9f0fee5e0ab');
36
\Paynl\Config::setServiceId('SL-3490-4320');
37
```
0 commit comments