diff --git a/README.md b/README.md index 9a666478..b2fd85ea 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Branch filters allow filtering commit notifications. By default when you subscri - `/github subscribe org/repo commits:myBranch` for commit notifications from a specific branch. - `/github subscribe org/repo commits:users/*` for commit notifications from a pattern of branches. -You can unsubscribe commits feature using `@github unsubscribe org/repo commits. +You can unsubscribe from commits feature using `/github unsubscribe org/repo commits`. *Note*: Previously, you might have used `commits:all` to represent all branches. 'all' is no longer a reserved keyword. Going forward, you need to use '*' to represent all branches. If you have already configured with 'commits:all' previosly, dont worry, it will continue to work until you update the commits configuration.