From 691734f342ece27b686046547363e14828b6272d Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Sat, 7 May 2016 07:03:30 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1be9c65..388122f 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Run individual tests or JunitTestSuite using EclEmma Coverage, or * JSON-java.jar
**To build from the command line using gradle:** -Until the unit tests are merged into the JSON-Java project, the code has to be wired by hand. -\# In an empty directory of your choice, clone JSON-Java-unit-test: +Until the unit tests are merged into the JSON-Java project, the code has to be wired by hand.
+\# In an empty directory of your choice, clone JSON-Java-unit-test:
```` git clone https://github.com/stleary/JSON-Java-unit-test.git . ````