Skip to content

Commit 5d9ecdd

Browse files
authored
Update README.MD
1 parent b58047e commit 5d9ecdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Basic usage looks like:
1818
```
1919
import industry_documents_wrapper as idw
2020
21-
wrapper = idw.IndustryDocsSearch()
21+
wrapper = idw.ucsf_api.IndustryDocsSearch()
2222
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
```
@@ -28,7 +28,7 @@ Alternatively, to avoid constructing the whole query, you can pass parts of the
2828
```
2929
import industry_documents_wrapper as idw
3030
31-
wrapper = idw.IndustryDocsSearch()
31+
wrapper = idw.ucsf_api.IndustryDocsSearch()
3232
wrapper.query(industry='tobacco', case='State of North Carolina', collection='JUUl labs collection', n=100)
3333
wrapper.save('query_results.json', format='json')
3434
```

0 commit comments

Comments
 (0)