Commit a042c166 authored by Jens Segers's avatar Jens Segers

Fix readme typo

parent 1d05ba30
......@@ -109,7 +109,7 @@ The database driver plugs right into the original query builder. When using mong
$users = DB::collection('users')->get();
$user = DB::collection('users')->where('name', 'John')->first();
If you did not change your default dabatase connection, you will need to specify it when querying.
If you did not change your default database connection, you will need to specify it when querying.
$user = DB::connection('mongodb')->collection('users')->get();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment