diff --git a/README.md b/README.md index 3564ba1..36ee00e 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ issues1, _, repo1Err := c.Issues.ListByRepo(ctx, "owner1", "repo1", &github.Issu issues2, _, repo2Err := c.Issues.ListByRepo(ctx, "owner1", "repo2", &github.IssueListByRepoOptions{}) -// len(issues1) == 0 -// repo1Err == nil +// len(issues2) == 0 +// repo2Err == nil ``` ## Mocking errors from the API @@ -226,4 +226,4 @@ Thanks for all ideas and feedback from the folks in [go-github](https://github.c # License -This library is distributed under the MIT License found in LICENSE. \ No newline at end of file +This library is distributed under the MIT License found in LICENSE.