From ed183b6a566d7629d2752d145cc013319f6df16c Mon Sep 17 00:00:00 2001 From: Jagdeep Singh <jdsingh@users.noreply.github.com> Date: Wed, 6 May 2015 22:08:39 +0530 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 352cdca..4749b32 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ And add a new mongodb connection: 'password' => 'password', 'database' => 'database', 'options' => array( - 'db' => 'admin' // sets the authenication database required by mongo 3 + 'db' => 'admin' // sets the authentication database required by mongo 3 ) ), ``` -- 2.18.1