We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506b328 commit d49e832Copy full SHA for d49e832
README.md
@@ -62,7 +62,7 @@ github:
62
```ruby
63
team = CodeTeams.find('My Team')
64
members = team.github.members
65
-team_name = team.github.team
+github_name = team.github.team
66
```
67
68
* Or if your accessor method name differs from your plugin's class name:
0 commit comments