Skip to content

Commit

Permalink
Updated sample format in UPGRADING.md (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimutter committed Jan 4, 2022
1 parent 0a5714e commit 50e3ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Expand Up @@ -77,7 +77,7 @@ gem 'faraday-retry'

# Connection initializer
require 'faraday/retry'
require 'faraday/multipart
require 'faraday/multipart'

conn = Faraday.new(url) do |f|
f.request :multipart
Expand Down

0 comments on commit 50e3ebb

Please sign in to comment.