Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
fix typo and add Attention
Browse files Browse the repository at this point in the history
  • Loading branch information
momaek committed Mar 26, 2021
1 parent 24c2711 commit 0163189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ go get github.com/momaek/authy
8. Double click `Authy.alfredworkflow` or manual import from Alfred
9. Open Alfred and type `at {query}`

#### Attention
To use this tool, you should enable *Allow Multi-Device* in your Authy App

e.g.
![](images/1598446864206.jpg)

Expand Down
2 changes: 1 addition & 1 deletion cmd/fuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func showResultByKeyword(keyword string) {

if len(outputs) == 0 {
outputs = append(outputs, AlfredOutput{
Title: "Please Refresh Autht Cache",
Title: "Please Refresh Authy Cache",
Subtitle: "Run`authy delpwd && authy refresh`in Commandline. Press Enter copy",
Arg: "authy delpwd && authy refresh",
Valid: true,
Expand Down

0 comments on commit 0163189

Please # to comment.