enricobacis / wos

📚 Web of Science python client
https://wos.readthedocs.io/
MIT License
210 stars 45 forks source link

correction of code example in README #1

Closed emsrc closed 8 years ago

emsrc commented 8 years ago

The line

print wos.utils.query('AU=Knuth Donald')

should be

print wos.utils.query(client, 'AU=Knuth Donald')

enricobacis commented 8 years ago

Thank you @emsrc. I've updated the README.