Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example in README.md is outdated #61

Open
Baggerone opened this issue Jan 31, 2022 · 0 comments
Open

Example in README.md is outdated #61

Baggerone opened this issue Jan 31, 2022 · 0 comments

Comments

@Baggerone
Copy link

Baggerone commented Jan 31, 2022

Description

The following example in the README.md file is outdated

Actual wording

You can then perform calls to the API on behalf of an Organization:

projects, err := org.ListProjects(ctx)

Expected wording

You can then perform calls to the API on behalf of an Organization:

projects, response, err := org.ListProjects(ctx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant