Skip to content

Commit a358388

Browse files
authored
Update README.md
1 parent effde7e commit a358388

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
@@ -2651,7 +2651,7 @@ public class PodcastApiExample {
26512651
HashMap<String, String> parameters = new HashMap<>();
26522652

26532653
parameters.put("page", "2");
2654-
parameters.put("region_id", "93");
2654+
parameters.put("genre_id", "93");
26552655
ApiResponse response = objClient.fetchBestPodcasts(parameters);
26562656

26572657

0 commit comments

Comments
 (0)