Commit 2694b0164e378417314de80e731c9532041ff047

Authored by Andrew Kane
1 parent 2a8ce108

Automatically [skip ci]

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
README.md
... ... @@ -1136,9 +1136,11 @@ Significantly increase performance with faster JSON generation. Add [Oj](https:/
1136 1136 gem 'oj'
1137 1137 ```
1138 1138  
  1139 +This speeds up all JSON generation and parsing in your application (automatically!)
  1140 +
1139 1141 ### Persistent HTTP Connections
1140 1142  
1141   -Significantly increase performance with persistent HTTP connections. Add [Typhoeus](https://github.com/typhoeus/typhoeus) to your Gemfile.
  1143 +Significantly increase performance with persistent HTTP connections. Add [Typhoeus](https://github.com/typhoeus/typhoeus) to your Gemfile and it’ll automatically be used.
1142 1144  
1143 1145 ```ruby
1144 1146 gem 'typhoeus'
... ...