From 633ab108e7708f10c47d86f8b2cfdd5b193ab061 Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Mon, 28 Dec 2015 12:22:29 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 296d27b..d7672ca 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Test harness: http://junit.org
**To build from the command line using gradle:** build.gradle
-'''' -# In this example, both the JSON-java jar and the test code is built
-# from the same build file, in the test code directory. +```` +\# In this example, both the JSON-java jar and the test code is built
+\# from the same build file, in the test code directory. apply plugin: 'java' jar.baseName = 'JSON-java' @@ -54,7 +54,7 @@ dependencies { testCompile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.1.0' testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5' } -'''' +```` To measure coverage: http://www.eclemma.org/ (just install the latest in Eclipse)