README.md in open_fda_api-0.0.5 vs README.md in open_fda_api-0.0.6

- old
+ new

@@ -34,17 +34,17 @@ require 'open_fda_api' client = OpenFdaApi.client drugs_api = client.drugs -arguments = [{"patient.reaction.reactionmeddrapt"=>"fatigue"}, {"occurcountry"=>"ca"}] -drugs_api.adverse_events(search_arguments: arguments) # => {"meta" => {...}, "results" => [...]} +search_args = [{"patient.patientweight"=>"50", "occurcountry"=>"ca"}] +drugs_api.adverse_events(search: search_args, skip: 1) # => {"meta" => {...}, "results" => [...]} ``` -### Device (Not Implemented Yet) -### Food (Not Implemented Yet) -### Other (Not Implemented Yet) -### Tobacco (Not Implemented Yet) +#### Device (Not Implemented Yet) +#### Food (Not Implemented Yet) +#### Other (Not Implemented Yet) +#### Tobacco (Not Implemented Yet) ## Development