Skip to content

Commit 4881869

Browse files
authored
Update README.md
1 parent 8a6196e commit 4881869

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ return [
4242
'hash' => env('TEXTLOCAL_HASH'),
4343
'api_key' => env('TEXTLOCAL_API_KEY'),
4444
'sender' => env('TEXTLOCAL_SENDER'),
45-
'request_urls' => [
46-
'IN' => 'https://api.textlocal.in/',
47-
'UK' => 'https://api.txtlocal.com/'
48-
],
49-
'country' => env('TEXTLOCAL_COUNTRY', 'IN'),
45+
'request_urls' => [
46+
'IN' => 'https://api.textlocal.in/',
47+
'UK' => 'https://api.txtlocal.com/'
48+
],
49+
'country' => env('TEXTLOCAL_COUNTRY', 'IN'),
5050
];
5151
```
5252
### Configuring .env

0 commit comments

Comments
 (0)