Skip to content

Commit

Permalink
Merge pull request #73 from tylerjl/middleware-readme-typo
Browse files Browse the repository at this point in the history
Fix example referencing custom faraday middlewares
  • Loading branch information
ryotarai committed Jan 19, 2017
2 parents b3ab33c + 5964bf8 commit 97c9f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -265,7 +265,7 @@ describe server(:app) do
end

# Custom Faraday middleware
describe http('http://app.example.com', faraday_middleware: [
describe http('http://app.example.com', faraday_middlewares: [
YourMiddleware,
[YourMiddleware, options]
]) do
Expand Down

0 comments on commit 97c9f9a

Please sign in to comment.