From 697cad88ed1fe51013a82fb99520abd1ab3e8098 Mon Sep 17 00:00:00 2001 From: Nelson Morris Date: Mon, 8 Oct 2012 15:12:57 -0500 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3f0bb7..0383025 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ lein-pedantic requires leiningen 2. Put `[lein-pedantic "0.0.5"]` into the `:plugins` vector of your `:user` profile. It automatically hooks into leiningen and will run any time leiningen tries to pull dependencies. -If you would prefer a warning then failure then add `:pedantic :warn` to the project.clj. The `lein repl` task will default to a warning, as it adds dependencies to the project that you do not have control over. +If you would prefer a warning instead of a failure then add `:pedantic :warn` to the project.clj. The `lein repl` task will default to a warning, as it adds dependencies to the project that you do not have control over. ## Rules