README.md in taric-0.2.4 vs README.md in taric-0.3.0
- old
+ new
@@ -55,11 +55,11 @@
require 'typhoeus'
require 'typhoeus/adapters/faraday'
Taric.configure! do |config|
config.api_key = 'whatever_key_rito_assigned_you'
- c.adapter = :typhoeus # default is Faraday.default_adapter
+ config.adapter = :typhoeus # default is Faraday.default_adapter
end
```
This approach is best if you want to configure other things (documentation to come)
@@ -139,6 +139,6 @@
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
-[Riot Games Developer]:https://developer.riotgames.com/
\ No newline at end of file
+[Riot Games Developer]:https://developer.riotgames.com/