Skip to content

Commit 411a472

Browse files
committed
Fix README not displaying correctly
1 parent de6b6e0 commit 411a472

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,41 @@
1-
#PHP SDK for uSendIt SMS Gateway
1+
# PHP SDK for uSendIt SMS Gateway
2+
23
This is an unofficial PHP sdk for uSendIt SMS gateway platform.
34
For more information about request and response parameters, please refer to official documentation [here](https://usendit.co.mz/apiusendit).
45

5-
##Installation
6+
## Installation
7+
68
Before you begin to use this SDK make sure that, you have already have an account at [uSendIt](https://usendit.co.mz).
79
If not please [create one](https://usendit.co.mz/criarconta).
810

9-
####Install Using Composer
11+
#### Install Using Composer
12+
1013
The easiest way to install is using Composer.
1114

1215
```
1316
composer require codeonweekends/usendit-php-sdk
1417
```
1518

16-
####Download ZIP file or Clone
19+
#### Download ZIP file or Clone
20+
1721
Optionally you can download the repository directly to your project folder. Just click [here](https://github.com/codeonweekends/usendit-php-sdk/archive/master.zip).
1822

1923
Or clone the repository to your project folder.
24+
2025
```
2126
git clone https://github.com/codeonweekends/usendit-php-sdk.git
2227
```
2328

24-
##How to Schedule SMS'S
29+
## How to Schedule SMS'S
2530
There are two available methods to send SMS.
2631

2732
```
2833
sendMessage()
2934
```
3035
The ```sendMessage()``` methods is used when you need to schedule a single SMS.
3136

32-
###Schedule single SMS
37+
### Schedule single SMS
38+
3339
```php
3440
// Create a new SMS object
3541
$sms = new SMS(MSISDN, MOBILE_OPERATOR, MESSAGE);

0 commit comments

Comments
 (0)