Skip to content

Commit 188e929

Browse files
committed
Update readme and close piotrmurach#236
1 parent 3fe2750 commit 188e929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Github::Client::Repos::Contents.actions
138138
The code base is modular. This means that you can work specifically with a given part of GitHub API. If you want to only work with activity starring API do the following:
139139

140140
```ruby
141-
starring = Github::Client::Activity::Starring.new
141+
starring = Github::Client::Activity::Starring.new oauth_token: token
142142
starring.star 'peter-murach', 'github'
143143
```
144144

0 commit comments

Comments
 (0)