Skip to content

Commit 803833f

Browse files
committed
Improve description of helm-qiita-access-token
1 parent 37c0102 commit 803833f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ You can install `helm-qiita.el` from [MELPA](https://melpa.org) with package.el
3939
(helm-qiita-initialize)
4040
```
4141

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.
4345

4446
## Usage
4547

helm-qiita.el

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747

4848
(defcustom helm-qiita-access-token nil
4949
"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."
5153
:type '(choice (const nil)
5254
string)
5355
:group 'helm-qiita)

0 commit comments

Comments
 (0)