Skip to content

Commit 5479935

Browse files
committed
Readme
1 parent f575d18 commit 5479935

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,19 @@ For more information about Eloquent, check http://laravel.com/docs/eloquent.
1010
Installation
1111
------------
1212

13-
Add the package to your `composer.json` or install manually.
13+
Add the package to your `composer.json` and run `composer update`.
1414

1515
{
1616
"require": {
1717
"jenssegers/mongodb": "*"
1818
}
1919
}
2020

21-
Run `composer update` to download and install the package.
22-
2321
Add the service provider in `app/config/app.php`:
2422

2523
'Jenssegers\Mongodb\MongodbServiceProvider',
2624

27-
Add an alias for the query builder, you can change this alias to your own preference:
25+
Add an alias for the database manager, you can change this alias to your own preference:
2826

2927
'MDB' => 'Jenssegers\Mongodb\Facades\DB',
3028

0 commit comments

Comments
 (0)