Merge pull request #17 from Spittie/master

[readme.md] Update the command to enter token manually
This commit is contained in:
Buu Nguyen 2014-05-13 17:15:05 -07:00
commit 2c11b263cd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Alternatively, you can always manually enter or update the token by following th
* Open the Chrome developer console
* Execute the following line:
```javascript
localStorage.setItem('octotree.github_access_token', 'REPLACE WITH TOKEN')
localStorage.setItem('octotree.github_access_token', JSON.stringify('REPLACE WITH TOKEN'))
```
## Contribution