Skip to content

Commit

Permalink
Add in note about require
Browse files Browse the repository at this point in the history
Just in case, like me you forgot about it in a moment of stupidity.
  • Loading branch information
Andy McKay committed Aug 15, 2018
1 parent 61fc826 commit 0a40fcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Install via Rubygems

gem "octokit", "~> 4.0"

Access the library in Ruby:

require 'octokit'

### Making requests

[API methods][] are available as client instance methods.
Expand Down

0 comments on commit 0a40fcd

Please sign in to comment.