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'