Skip to content

Commit 07a8e22

Browse files
authored
Update README.md
1 parent 05f0025 commit 07a8e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://github.com/inzapp/treemap-json/releases
77

88
## Usage
99
```java
10-
json = new JSONObject(new Comparator<String>() {
10+
JSONObject json = new JSONObject(new Comparator<String>() {
1111
@Override
1212
public int compare(String a, String b) {
1313
// parameter a, b is json key

0 commit comments

Comments
 (0)