Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emailplatform authored Jul 8, 2021
1 parent f3015a9 commit 63d166c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ print_r($result);
> *Previous:
> ```php
public function ScheduleSendSMS($campaignid = false, $lists = false, $hours = false)
> public function ScheduleSendSMS($campaignid = false, $lists = false, $hours = false)
>```
> *Now:*
> ```php
public function ScheduleSendSMS($campaignid = false, $hours = false)
> public function ScheduleSendSMS($campaignid = false, $hours = false)
>```
### _Differences between **v1.2.16** and **v1.2.17**_
Expand Down

0 comments on commit 63d166c

Please sign in to comment.