Skip to content

Commit 557222a

Browse files
committed
updated readme
1 parent 7ecec5c commit 557222a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,15 @@ $config = [
9090

9191
#### Telize
9292

93-
To use the telize as the driver set the config.
93+
To use the telize as the driver set the config, and your api key.
9494

95-
Secure Example:
95+
Example:
9696
```php
9797
$config = [
9898
'driver' => 'telize',
99+
'telize' => [
100+
'key' => 'YOUR IP-API KEY',
101+
],
99102
];
100103
```
101104

0 commit comments

Comments
 (0)