Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Typo fix in README #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ Useful behind (corporate) proxies that act like man-in-the middle on https conne

- "**token**" - Github OAuth token:

The OAuth token can be used to boost the Github API rate-limit from 60 to 5000 (non-cached) requests per hour. The is token needs just ['read-only access to public information'](http://developer.github.com/v3/oauth/#scopes) so no additional OAuth scopes are necessary.
The OAuth token can be used to boost the Github API rate-limit from 60 to 5000 (non-cached) requests per hour. The token needs just ['read-only access to public information'](http://developer.github.com/v3/oauth/#scopes) so no additional OAuth scopes are necessary.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "The token needs just" doesn't quite make sense still. Did you want to change it to read "The token only needs 'read-only access to public information', no additional OAuth scopes are necessary."?


````json
{
Expand Down