diff --git a/README.md b/README.md index f8ef35f..520dbec 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add dependency declarations into your build.sbt file: "com.fliptoo" % "playjpa" % "1.0.0" excludeAll(ExclusionRule(organization = "com.typesafe.play") ``` ## Improvement -This is my first time development on SBT Plugin, i am looking for a way to avoid using `excludeAll(ExclusionRule(organization = "com.typesafe.play"` due to `conflicting cross version suffixes`. Hopefully some one can assist on this improvement. Thanks a lot! +I am looking for a way to avoid using `excludeAll(ExclusionRule(organization = "com.typesafe.play"` due to `conflicting cross version suffixes`. Hopefully some one can assist on this improvement. Thanks a lot! ## Quick Start @@ -64,4 +64,4 @@ public class Custom_Enhancer extends Enhancer { makeMethod("public static void searchAll() { Logger.info(\"Search All...\"); }", cc); } } -``` \ No newline at end of file +```