Skip to content

Commit 54cd97d

Browse files
committed
Update README.md
1 parent 633ab10 commit 54cd97d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Test harness: http://junit.org<br>
2525
* JSON-java.jar<br>
2626

2727
**To build from the command line using gradle:**
28-
build.gradle<br>
2928
````
30-
\# In this example, both the JSON-java jar and the test code is built <br>
31-
\# from the same build file, in the test code directory.
29+
build.gradle
30+
# In this example, both the JSON-java jar and the test code is created <br>
31+
# from the same build file, in the test code directory. 3rd party jars are
32+
# obtained from the maven repository.
3233
apply plugin: 'java'
3334
jar.baseName = 'JSON-java'
3435

0 commit comments

Comments
 (0)