README.md in wordnik-0.3.6 vs README.md in wordnik-0.3.7
- old
+ new
@@ -20,12 +20,14 @@
bundle install
Create config/initializers/wordnik.rb and drop this in:
Wordnik.configure do |config|
- config.api_key = '12345abcde'
- config.response_format = :json # defaults to json, but xml is also supported
+ config.api_key = '12345abcde' # required
+ config.username = 'bozo' # optional, but needed for user-related functions
+ config.password = 'cl0wnt0wn' # optional, but needed for user-related functions
+ config.response_format = :json # defaults to json, but xml is also supported
end
### Rails 2.x
Add the wordnik gem to your app. In config/environment.rb:
@@ -70,9 +72,14 @@
* Check out the [issue tracker](http://github.com/wordnik/wordnik-ruby/issues) to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for the feature/bugfix. This is important so we don't break it in a future version unintentionally.
+
+Wishlist
+--------
+
+* Allow boolean params to really party like booleans (instead of 'true')
Props
-----
* Thanks to [Jason Adams](http://twitter.com/#!/ealdent) for graciously turning
\ No newline at end of file