Skip to content

Commit 633ab10

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Test harness: http://junit.org<br>
2626

2727
**To build from the command line using gradle:**
2828
build.gradle<br>
29-
''''
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+
````
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.
3232
apply plugin: 'java'
3333
jar.baseName = 'JSON-java'
3434
@@ -54,7 +54,7 @@ dependencies {
5454
testCompile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.1.0'
5555
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
5656
}
57-
''''
57+
````
5858

5959
To measure coverage: http://www.eclemma.org/ (just install the latest in Eclipse)<br>
6060

0 commit comments

Comments
 (0)