enricobacis/wos

correction of code example in README

emsrc opened this issue · 1 comments

emsrc commented

The line

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

should be

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

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