Skip to content

Commit

Permalink
Merge pull request #1338 from RaminMammadzada/4-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed May 15, 2021
2 parents 9aa29ba + d3a368b commit 57c5955
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ Access the library in Ruby:
# Provide authentication credentials
client = Octokit::Client.new(:access_token => 'personal_access_token')

# You can still use the username/password syntax by replacing the password value with your PAT.
# client = Octokit::Client.new(:login => 'defunkt', :password => 'personal_access_token')

# Fetch the current user
client.user
```
Expand Down

0 comments on commit 57c5955

Please sign in to comment.