README.md in imgix-0.3.4 vs README.md in imgix-0.3.5

- old
+ new

@@ -2,11 +2,10 @@ Official Ruby Gem for signing [imgix](http://imgix.com) URLs. Tested under 1.9.2, 2.2.2, JRuby 1.7.19, and Rubinius 2.2.7. [![Build Status](https://travis-ci.org/imgix/imgix-rb.png?branch=master)](https://travis-ci.org/imgix/imgix-rb) - ## Installation Add this line to your application's Gemfile: ``` ruby @@ -88,10 +87,10 @@ ## What is the `ixlib` param on every request? For security and diagnostic purposes, we sign all requests with the language and version of library used to generate the URL. -This can be disabled by including `:`include_library_param: false` in the instantiation Hash parameter for `Imgix::Client`: +This can be disabled by including `include_library_param: false` in the instantiation Hash parameter for `Imgix::Client`: ```ruby client = Imgix::Client.new({ include_library_param: false }) ```