Skip to content

Commit b3a59fa

Browse files
committed
fix(docs): installation instruction on correct
1 parent 11c91b5 commit b3a59fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is a **[laravel](https://laravel.com) service provider** for [MSG91 APIs](h
2323
The packages is available on [Packagist](https://packagist.org/packages/craftsys/msg91-laravel) and can be installed via [Composer](https://getcomposer.org/) by executing following command in shell.
2424

2525
```bash
26-
composer require creaftsys/msg91-laravel
26+
composer require craftsys/msg91-laravel
2727
```
2828

2929
### Laravel 5.5+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "0.x-dev"
37+
"dev-master": "0.x.x-dev"
3838
},
3939
"laravel": {
4040
"aliases": {

0 commit comments

Comments
 (0)