@@ -35,12 +35,14 @@ At present, this module can:
3535 * Query [ contributors] ( https://developer.github.com/v3/repos/statistics/ )
3636 * Query [ organizations] ( https://developer.github.com/v3/orgs/ )
3737 * Query, create, update and remove [ Issues] ( https://developer.github.com/v3/issues/ )
38+ * Query, create, update and remove [ Issue Comments] ( https://developer.github.com/v3/issues/comments/ )
3839 * Query, create, update and remove [ Labels] ( https://developer.github.com/v3/issues/labels/ )
40+ * Query, check, add and remove [ Assignees] ( https://developer.github.com/v3/issues/assignees/ )
3941 * Query, create, update and remove [ Repositories] ( https://developer.github.com/v3/repos/ )
4042 * Query and update [ Users] ( https://developer.github.com/v3/users/ )
4143
4244Development is ongoing, with the goal to add broad support for the entire API set.
43- Review [ examples] ( #examples ) to see how the module can be used to accomplish some of these tasks.
45+ Review [ examples] ( USAGE.md #examples) to see how the module can be used to accomplish some of these tasks.
4446
4547----------
4648
@@ -103,7 +105,7 @@ Example command:
103105$issues = Get-GitHubIssue -Uri 'https://github.com/PowerShell/PowerShellForGitHub'
104106```
105107
106- For more example commands, please refer to [ USAGE] ( USAGE.md ) .
108+ For more example commands, please refer to [ USAGE] ( USAGE.md#examples ) .
107109
108110----------
109111
0 commit comments