Skip to content

Commit

Permalink
Merge branch 'master' into add-marketplace-api
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte authored Sep 12, 2017
2 parents 9fbb40f + af1a252 commit fe3c15d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,10 @@ traffic:

```ruby
stack = Faraday::RackBuilder.new do |builder|
builder.response :logger
builder.use Octokit::Middleware::FollowRedirects
builder.use Octokit::Response::RaiseError
builder.use Octokit::Response::FeedParser
builder.response :logger
builder.adapter Faraday.default_adapter
end
Octokit.middleware = stack
Expand Down

0 comments on commit fe3c15d

Please sign in to comment.