Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbinf committed May 14, 2021
1 parent 418759c commit 407a27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@ var client = new PodcastAPI.Client(apiKey);
var parameters = new Dictionary<string, string>();

parameters.Add("page", "2");
parameters.Add("region_id", "93");
parameters.Add("genre_id", "93");
var result = client.FetchBestPodcasts(parameters).Result;

var jsonObject = result.ToJSON<dynamic>();
Expand Down

0 comments on commit 407a27b

Please sign in to comment.