Comparing version 0.8.1 to 0.8.2
@@ -9,3 +9,3 @@ { | ||
"description": "The newsQuery NPM package provides a simple interface to BBC News Labs APIs", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"main": "./lib/newsquery.js", | ||
@@ -12,0 +12,0 @@ "keywords": [ |
@@ -349,3 +349,3 @@ newsQuery | ||
If you want to filter by a specific source, you can specify a source URI (i.e. from the list returned by `getSources()`) as an optional 4 paramter. | ||
If you want to filter by a specific source, you can specify a source URI - from the list returned by `getSources()` - as an optional 4th paramter. | ||
@@ -352,0 +352,0 @@ The below example shows how to get the number of articles related to Russia that appeared in The Guardian in the last 7 days: |
120061