Skip to content

Commit

Permalink
Fix typos in README.md (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyRhino95857 authored Mar 4, 2024
1 parent 0253264 commit 00f90ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from the [releases page](https://github.com/yitsushi/totp-cli/releases/latest) o
go install github.com/yitsushi/totp-cli@latest
```

#### Aletrnative
#### Alternative

I'm not the maintainer of the MacPorts or the Homebrew package, if it's outdated
please contact with the maintainer.
Expand Down Expand Up @@ -308,7 +308,7 @@ If you save it in a variable it can be exposed if your `ENV` is exposed somehow,
if you directly type in the password in the command line, it can end up in your
bash/zsh/whatevershell history.

Mostly to support CD/CI automation, there is an option to set the
Mostly to support CI/CD automation, there is an option to set the
password/passphrase as an environment variable. **Please use it only if you know
the system is safe to store passwords in environment variables.**

Expand Down Expand Up @@ -339,7 +339,7 @@ Password: ***
889840
```

Other option is to use environment variable:
Other option is to use an environment variable:

```
❯ age \
Expand Down

0 comments on commit 00f90ce

Please sign in to comment.