Skip to content

Commit 0de8d0d

Browse files
authored
Update README.md
1 parent 46fe58e commit 0de8d0d

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,19 @@ java -cp .;json-java.jar Test
6969
````
7070

7171

72-
*You can only run the unit tests with Maven or Gradlew.*
73-
# Unit tests
72+
**Unit tests**
73+
7474
The test suite can be executed with Maven by running:
7575
```
7676
mvn clean test
7777
```
78+
7879
The test suite can be executed with Gradlew by running:
80+
7981
```
8082
gradlew clean build test
8183
```
8284

83-
84-
85-
86-
8785
# Notes
8886

8987
**Recent directory structure change**

0 commit comments

Comments
 (0)