Skip to content

Commit

Permalink
Update the version number in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey McCormick committed Jul 4, 2016
1 parent 63b8308 commit c98ac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Simple SMS is an easy to use package for [Laravel](http://laravel.com/) that add
First, add the Simple SMS package to your `require` in your `composer/json` file:

"require": {
"simplesoftwareio/simple-sms": "3.0.0-beta1"
"simplesoftwareio/simple-sms": "3.0.*"
}

Next, run the `composer update` command. This will install the package into your Laravel application.
Expand Down

0 comments on commit c98ac86

Please sign in to comment.