From 54cd97ded114f8523f198f85a3ce8b6e60f990ba Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Mon, 28 Dec 2015 12:24:46 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7672ca..aff849f 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,11 @@ Test harness: http://junit.org
* JSON-java.jar
**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. +build.gradle +# 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' jar.baseName = 'JSON-java'