README.md in oxford_dictionary-2.0.1 vs README.md in oxford_dictionary-3.0.0

- old
+ new

@@ -32,9 +32,12 @@ # With some filters filters = { lexicalCategory: 'Verb', domains: 'Art'} client.entry(word: 'truth', dataset: 'en-gb', params: filters) +# To have multiple values for a single filter use comma separated terms +filters = { lexicalCategory: 'Verb,Noun' } + # You can also search for the results for different datasets # Refer to the Oxford Dictionaries documentation for all the # possible datasets client.entry(word: 'ace', dataset: 'es', params: {})