Skip to content

Commit

Permalink
Changed installation instructions to use require command.
Browse files Browse the repository at this point in the history
This falls more in line with what actually happens and should be done. We don't want dev-master to be used, and using the require command gets the latest version rather than having to update the README all the time.
  • Loading branch information
Harrison Heck committed Jul 20, 2017
1 parent 69d4ee1 commit 8818343
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ Install

The recommended way to install Linio Common is [through composer](http://getcomposer.org).

```JSON
{
"require": {
"linio/common": "dev-master"
}
}
```
$ composer require linio/common
```

Tests
Expand Down

0 comments on commit 8818343

Please sign in to comment.