Skip to content

Commit

Permalink
feat(root): updated project version
Browse files Browse the repository at this point in the history
  • Loading branch information
derian-cordoba committed Feb 22, 2025
1 parent f370750 commit 466fa45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Usage: secure-keys [--options]
-v, --version Show the secure-keys version
```
To avoid to define the `SECURE_KEYS_IDENTIFIER` and `SECURE_KEYS_DELIMITER` env variables, you can use the `--identifier` and `--delimiter` options.
To avoid defining the `SECURE_KEYS_IDENTIFIER` and `SECURE_KEYS_DELIMITER` env variables, you can use the `--identifier` and `--delimiter` options.
```bash
secure-keys --identifier "your-keychain-or-env-variable-identifier" --delimiter "|"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Usage: secure-keys [--options]
-v, --version Show the secure-keys version
```
To avoid to define the `SECURE_KEYS_IDENTIFIER` and `SECURE_KEYS_DELIMITER` env variables, you can use the `--identifier` and `--delimiter` options.
To avoid defining the `SECURE_KEYS_IDENTIFIER` and `SECURE_KEYS_DELIMITER` env variables, you can use the `--identifier` and `--delimiter` options.
```bash
secure-keys --identifier "your-keychain-or-env-variable-identifier" --delimiter "|"
Expand Down

0 comments on commit 466fa45

Please sign in to comment.