From 95cf86688de41c611f0a8f5a245899ff8139559c Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Mon, 28 Dec 2015 12:25:40 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac87e41..eee0a71 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Run individual tests or JunitTestSuite using EclEmma Coverage, or **To build from the command line using gradle:** ```` build.gradle -# In this example, both the JSON-java jar and the test code is created
+# In this example, both the JSON-java jar and the test code is created # from the same build file, in the test code directory. 3rd party jars are # obtained from the maven repository. apply plugin: 'java'