Skip to content

Commit b58047e

Browse files
authored
Update README.MD
1 parent 7571bff commit b58047e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Basic usage looks like:
1919
import industry_documents_wrapper as idw
2020
2121
wrapper = idw.IndustryDocsSearch()
22-
wrapper.query(q="industry:tobacco AND case:'State of North Carolina' AND collection:'JUUL labs Collection', n=100)
22+
wrapper.query(q="industry:tobacco AND case:'State of North Carolina' AND collection:'JUUL labs Collection', n=100")
2323
wrapper.save('query_results.json', format='json')
2424
```
2525

0 commit comments

Comments
 (0)