Skip to content

Commit 1b9dc67

Browse files
committed
Better installation instructions
1 parent 0653fc5 commit 1b9dc67

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ A user agent class for Laravel, based on [Mobile Detect](https://github.com/serb
1010
Installation
1111
------------
1212

13-
Add the package to your composer.json and run `composer update`.
13+
Install using composer:
1414

15-
{
16-
"require": {
17-
"jenssegers/agent": "*"
18-
}
19-
}
15+
composer require jenssegers/agent
2016

2117
Add the service provider in `app/config/app.php`:
2218

0 commit comments

Comments
 (0)