From 624dcb0b6d8b3ed274be4044606f621a4f06ec6b Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 11 Jun 2015 21:37:12 -0400
Subject: [PATCH] Made a correction in the readme.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 494431a..a0d4450 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Usage
                 <!-- optional, default is false, if true allocates a random port and overrides embedmongo.port -->
 
                 <version>2.0.4</version>
-                <!-- optional, default 2.2.1 -->
+                <!-- optional, default 3.0.3 -->
 
                 <databaseDirectory>/tmp/mongotest</databaseDirectory>
                 <!-- optional, default is a new dir in java.io.tmpdir -->
@@ -37,7 +37,7 @@ Usage
                 <!-- optional (file|console|none), default console -->
 
                 <logFile>${project.build.directory}/myfile.log</logFile>
-                <!-- optional, can be used when logging=file, default is ./embedmongo.log -->
+                <!-- optional, can be used when logging=file, default is ./mongod.log -->
 
                 <logFileEncoding>utf-8</logFileEncoding>
                 <!-- optional, can be used when logging=file, default is utf-8 -->
-- 
GitLab