Skip to content

Commit ff12c44

Browse files
author
Chris Hunt
committed
Fix usage mistake in README
1 parent 7b428f8 commit ff12c44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ too.
9999
require 'github/auth'
100100

101101
# Add keys for GitHub user 'chrishunt'
102-
Github::Auth::CLI.new.execute %w(add chrishunt)
102+
Github::Auth::CLI.new.execute %w(--add chrishunt)
103103

104104
# Remove keys for GitHub user 'chrishunt'
105-
Github::Auth::CLI.new.execute %w(remove chrishunt)
105+
Github::Auth::CLI.new.execute %w(--remove chrishunt)
106106
```
107107

108108
## Installation

0 commit comments

Comments
 (0)