Skip to content

Commit f63172c

Browse files
authored
chore: fix typo
1 parent 6c39bab commit f63172c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Installation
88

9-
Download [Latest version](https://github.com/uetchy/alfred-qiita-workflow/releases/latest) of Alfred Qiita Workflow and double-click `Qiita.alfredworkflow` to install it.
9+
Download [latest version of Alfred Qiita Workflow](https://github.com/uetchy/alfred-qiita-workflow/releases/latest) and double-click `Qiita.alfredworkflow` to install it.
1010

1111
## Commands
1212

@@ -18,23 +18,23 @@ qiita search <query>
1818

1919
### Setup personal access token
2020

21-
Get [Personal Access Token](https://qiita.com/settings/tokens/new) which have the scope of _read_qiita_ and put it on:
21+
Get [Personal Access Token](https://qiita.com/settings/tokens/new) which have a scope for _read_qiita_ and put it on:
2222

2323
```
2424
qiita setup <personal access token>
2525
```
2626

2727
### List and search stocked articles
2828

29-
Must be get access token before using it.
29+
You MUST set access token in advance.
3030

3131
```
3232
qiita stocks <query:optional>
3333
```
3434

3535
### List and search your articles
3636

37-
Must be get access token before using it.
37+
You MUST set access token in advance.
3838

3939
```
4040
qiita my <query:optional>
@@ -50,9 +50,9 @@ qiita my <query:optional>
5050
4. Push to the branch (`git push origin my-new-feature`)
5151
5. Create new Pull Request
5252

53-
### Development Installation
53+
### Development installation
5454

55-
Run following commands to link this workflow to Alfred app manually.
55+
Run following commands to link this workflow with Alfred.
5656

5757
```
5858
$ go get github.com/uetchy/alfred-qiita-workflow
@@ -61,17 +61,18 @@ $ make build
6161
$ make link
6262
```
6363

64-
If you put Alfred settings to another location, you should run following lines
64+
If you put Alfred settings to another location, you should run following lines:
6565

6666
```
6767
$ ALFRED_WORKFLOW_PATH=/path/to/Alfred.alfredpreferences/workflows make link
6868
```
6969

70-
You can find Alfred preferences path by `mdfind` command like this:
70+
You can find Alfred preferences path by `mdfind` command:
7171

7272
```
7373
$ mdfind Alfred.alfredpreferences
7474
```
7575

7676
### Testing workflow
77-
`soon`
77+
78+
`not yet`

0 commit comments

Comments
 (0)