pat310 / google-trends-api

An API layer on top of google trends
https://www.npmjs.com/package/google-trends-api
MIT License
894 stars 178 forks source link

Typo in the readme #29

Closed alien35 closed 8 years ago

alien35 commented 8 years ago

I believe the googleTrends.categoryTopCharts example should be something like this:

googleTrends.categoryTopCharts({category: 'actors', geo: 'US', date: '201601'}) .then(function(results){ ...

pat310 commented 8 years ago

Thanks!