Skip to content

Commit 6f6d2c4

Browse files
authored
Update README.md
1 parent e2e36ee commit 6f6d2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public class PodcastApiExample {
9595

9696
ApiResponse response = objClient.search(parameters);
9797

98-
// For successful response, you get a org.json.JSONObject
98+
// For successful response, you get an org.json.JSONObject
9999
System.out.println(response.toJSON().toString(2));
100100

101101
// Some handy methods to get your account stats
@@ -110,7 +110,7 @@ public class PodcastApiExample {
110110
}
111111
```
112112

113-
If `apiKey` is None, then we'll connect to a [mock server](https://www.listennotes.com/api/tutorials/#faq0) that returns fake data for testing purposes.
113+
If `apiKey` is null or "", then we'll connect to a [mock server](https://www.listennotes.com/api/tutorials/#faq0) that returns fake data for testing purposes.
114114

115115
You can quickly run sample code using gradle:
116116
```shell

0 commit comments

Comments
 (0)