rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

Correct the usage of Auth.auth_url in Readme.md #69

Closed keshav-c closed 2 years ago

keshav-c commented 2 years ago

The option for custom scopes in the method ZohoHub::Auth.auth_url is scopes, not scope.

This is a typo in the Readme, which this PR tries to fix.