Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabarba committed Aug 19, 2015
1 parent 2044a60 commit c489dcf
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 @@ -11,14 +11,14 @@ Install the XenforoBridge package with Composer by adding the folowing to your c
```json
{
"require": {
"urb/xenforobridge": "dev-development"
"urb/xenforobridge": "dev-master"
}
}
```
Or by using the composer require command

```
composer require urb/xenforobridge:dev-development
composer require urb/xenforobridge:dev-master
```

To install XenforoBridge into Laravel 5 simple add the following service provider to your 'config/app.php' in the 'providers' array:
Expand Down

0 comments on commit c489dcf

Please sign in to comment.