From df2693299f4c34e9360dbb2a5abc6d0b346e10f5 Mon Sep 17 00:00:00 2001 From: Matthew Adams <matthew@matthewadams.me> Date: Wed, 8 May 2013 16:53:08 -0500 Subject: [PATCH] single quote fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7eee96..d8a7079 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Notes * If you omit/forget the `stop` goal, any Mongo process spawned by the `start` goal will be stopped when the JVM terminates. * If you want to run many Maven builds in parallel using Jenkins, try the [Port Allocator Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Port+Allocator+Plugin) to avoid port conflicts. * If you need to use a proxy to download MongoDB then you can either use `-Dhttp.proxyHost` and `-Dhttp.proxyPort` as additional Maven arguments (this will affect the entire build) or instruct the plugin to use a proxy when downloading Mongo by adding the `proxyHost` and `proxyPort` configuration properties. -* Using the `file` logging mode results in a new log file created at `./embedmongo.log` unless you specify via ```<logFile>``` (where ```.``` means the curent working directory, usually the same as ```${basedir}```). +* Using the `file` logging mode results in a new log file created at `./embedmongo.log` unless you specify via `<logFile>` (where `.` means the curent working directory, usually the same as `${basedir}`). * If you'd like the start goal to start mongodb and wait, you can add `-Dembedmongo.wait` to your Maven command line arguments [](http://githalytics.com/joelittlejohn/embedmongo-maven-plugin) -- GitLab