Skip to content

Commit cdf5959

Browse files
Update README.md for typos
1 parent d5f85d5 commit cdf5959

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
# Comilio PHP SMS Send
22

3-
PHP client library to send SMS using Comilio SMS Gateway.
3+
PHP client library to send SMS messages using Comilio SMS Gateway.
44

55
To use this library, you must have a valid account on https://www.comilio.it.
66

@@ -20,7 +20,7 @@ $my_sms->authenticate('your_username', 'your_password')
2020

2121
# Installation
2222

23-
## Composer (raccomended)
23+
## Composer (recommended)
2424

2525
Install it via composer (https://getcomposer.org/).
2626

@@ -30,7 +30,7 @@ Install it via composer (https://getcomposer.org/).
3030

3131
## Other autoloaders
3232

33-
This package is PSR-4 compliant, so you can clone the repository in your project and a use PSR-4 compatible autoloader (e.g. Symfony)
33+
This package is PSR-4 compliant, so you can clone the repository in your project and a use PSR-4 compatible autoloader (e.g. Symfony or Laravel)
3434

3535
## Manual installation
3636

0 commit comments

Comments
 (0)