Skip to content

Commit

Permalink
add_require_to_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nk16 committed Apr 16, 2018
1 parent d6c5100 commit 7318df8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -73,6 +73,8 @@ error:
You can pass configuration options as a block to `Twitter::REST::Client.new`.

```ruby
require 'twitter'

client = Twitter::REST::Client.new do |config|
config.consumer_key = "YOUR_CONSUMER_KEY"
config.consumer_secret = "YOUR_CONSUMER_SECRET"
Expand Down

0 comments on commit 7318df8

Please sign in to comment.