Skip to content

Commit f8dd8fe

Browse files
committed
Update readme
1 parent 18da9e2 commit f8dd8fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Shell function to fuzzy search an IPSec VPN by name and connect to it automatica
44

55
## Prerequisite
66

7-
1. [fzf](https://github.com/junegunn/fzf)
8-
2. [OATH Toolkit](https://www.nongnu.org/oath-toolkit/index.html)
7+
1. [fzf](https://github.com/junegunn/fzf)
8+
2. [OATH Toolkit](https://www.nongnu.org/oath-toolkit/index.html)
99

1010
```
1111
brew install oath-toolkit fzf
@@ -45,7 +45,7 @@ lazy-connect - Shell function to fuzzy search an IPSec VPN by name
4545

4646
#### Prerequisite
4747

48-
1. [yubikey-manager](https://github.com/Yubico/yubikey-manager)
48+
1. [yubikey-manager](https://github.com/Yubico/yubikey-manager)
4949

5050
To use `TOTP` from YubiKey set the following environment variable
5151

@@ -54,10 +54,10 @@ export LAZY_CONNECT_TOTP_GENERATOR=yubikey
5454
export LAZY_CONNECT_TOTP_QUERY=<name of the issuer>
5555
```
5656

57-
### Warning
57+
### Note
5858

59-
- The secret key to generate TOTP is stored in Keychain on Mac under default `login` keychain. You may need to
59+
* The secret key to generate TOTP is stored in Keychain on Mac under default `login` keychain. You may need to
6060
enter your login password to allow access to Keychain.
61-
- You need to add your Termainal emulator app that invokes the function to `Security & Privacy -> Accessibility`. It is
61+
* You need to add your Termainal emulator app that invokes the function to `Security & Privacy -> Accessibility`. It is
6262
necesssary because the script interacts with the UI. There are other ways via CLI to avoid UI interaction but
6363
they are all broken in OS X 10.12+.

0 commit comments

Comments
 (0)