Update image paths in read me
This commit is contained in:
parent
61a9e8af86
commit
4cb547d5db
|
@ -10,7 +10,7 @@ Chrome extension to display GitHub code in tree format. Useful for developers wh
|
|||
* Navigate to any GitHub project (or just refresh this page as an example)
|
||||
* The code tree should show as follows:
|
||||
|
||||

|
||||

|
||||
|
||||
## GitHub API Rate Limit
|
||||
Octotree uses [GitHub API](https://developer.github.com/v3/) to retrieve repository metadata. By default, it makes unauthenticated requests to the GitHub API. However, there are two situations when requests must be authenticated:
|
||||
|
@ -20,7 +20,7 @@ Octotree uses [GitHub API](https://developer.github.com/v3/) to retrieve reposit
|
|||
|
||||
When that happens, Octotree will show the following screen to ask for your [GitHub personal access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use).
|
||||
|
||||

|
||||

|
||||
|
||||
If you don't already have one, create one at [this page](https://github.com/settings/tokens/new). Then enter the generated token into the textbox and save.
|
||||
|
||||
|
|
Loading…
Reference in New Issue