Skip to content

Commit 3676063

Browse files
Update README.md
1 parent 92b4cea commit 3676063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A very basic usage example:
88

99
```java
1010
SimpleCache cache = new SimpleCache();
11-
String data = cache.get_data('label', 'http://some.api.com/file.json');
11+
String data = cache.get_data("label", "http://some.api.com/file.json");
1212
System.out.println(data);
1313
```
1414

0 commit comments

Comments
 (0)