File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ You can install `helm-qiita.el` from [MELPA](https://melpa.org) with package.el
39
39
(helm-qiita-initialize)
40
40
```
41
41
42
- Requires scopes ` read_qiita ` or ` read_qiita_team ` for ` helm-qiita-access-token ` .
42
+ The required scope is ` read_qiita ` for ` helm-qiita-access-token ` .
43
+
44
+ Also add ` read_qiita_team ` in the case of Qiita: Team .
43
45
44
46
## Usage
45
47
Original file line number Diff line number Diff line change 47
47
48
48
(defcustom helm-qiita-access-token nil
49
49
" Your Qiita access token.
50
- You can create in https://qiita.com/settings/applications"
50
+ You can create on https://qiita.com/settings/applications
51
+ The required scope is `read_qiita`.
52
+ Also add `read_qiita_team` in the case of Qiita:Team."
51
53
:type '(choice (const nil )
52
54
string)
53
55
:group 'helm-qiita )
You can’t perform that action at this time.
0 commit comments