README.md in keen-0.4.1 vs README.md in keen-0.4.2

- old
+ new

@@ -88,10 +88,10 @@ Keen.api_key = 'your-api-key' You can also configure individual client instances as follows: keen = new Keen::Client.new(:project_id => 'your-project-id', - :api_key => 'your-api'key) + :api_key => 'your-api-key') ##### On keen.io For more information and examples visit the Keen IO [Ruby Usage Guide](https://keen.io/docs/clients/ruby/usage-guide/).