Skip to content

Commit 5ae212f

Browse files
authored
Update README.md
1 parent 1d3cde6 commit 5ae212f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This package allows to send SMS using Textlocal API using laravel notifications
22

3-
Supports Laravel 5.5 to 8.x
3+
Supports Laravel 5.5 to 9.x
44

55
# Found any bugs or improvement open an issue or send me a PR
66

@@ -34,7 +34,7 @@ Create an account in textlocal then create an API key or hash(password).
3434

3535
### Setting up the textlocal service
3636

37-
default textlocal config update as desired
37+
default config `textlocal.php` update where desired
3838
```
3939
return [
4040
'username' => env('TEXTLOCAL_USERNAME'),
@@ -55,7 +55,7 @@ return [
5555
TEXTLOCAL_HASH=get it from url '/docs/' under your API KEYS section
5656
TEXTLOCAL_API_KEY get it from url '/docs/' under your API KEYS section
5757
TEXTLOCAL_SENDER=Name of the Sender that will be displayed to the recipient (max 6 Characters).
58-
TEXTLOCAL_COUNTRY=Your Two letter(ISO-3166-alpha-2) Country Code. It should be the Country of the TEXTLOCAL account.
58+
TEXTLOCAL_COUNTRY=Your Two letter(ISO-3166-alpha-2) Country Code. It should be the Country of the TEXTLOCAL account. defaults to IN
5959
```
6060

6161
### Publish Config

0 commit comments

Comments
 (0)