Skip to content

Commit

Permalink
Update parallel-requests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k0i authored and olleolleolle committed Oct 3, 2023
1 parent 28a097f commit 5fccc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/parallel-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This can be achieved using the `#in_parallel` method on the connection object.

```ruby
# Install the Typhoeus adapter with `gem install faraday-typhoeus` first.
require 'faraday/tyhoeus'
require 'faraday/typhoeus'

conn = Faraday.new('http://httpbingo.org') do |faraday|
faraday.adapter :typhoeus
Expand Down

0 comments on commit 5fccc20

Please sign in to comment.