Skip to content

Commit 9b8ee2e

Browse files
committed
small fun change to readme
1 parent b627b5a commit 9b8ee2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ cargo install --path .
5656
`dotsec` has four primary functions:
5757
- store secrets, along with an identifier (a "key")
5858
```bash
59-
cargo run -- put molly x12YtT4gL12y41$@a2bxy941GGLB12TOW$$@%17
59+
cargo run -- put molly weasley-family-password@#$%
6060
```
6161
- retrieve secrets, using the associated key
6262
```bash
6363
cargo run -- get molly
64-
# stdout: `x12YtT4gL12y41$@a2bxy941GGLB12TOW$$@%17`
64+
# stdout: `weasley-family-password@#$%`
6565
```
6666
- list all existing keys
6767
```bash

0 commit comments

Comments
 (0)