Skip to content

Commit

Permalink
Fix placeholder in README.md
Browse files Browse the repository at this point in the history
I'm not sure, but I think the placeholder "for a valid service name" is `myservice`, not `example`, because `example` appears only in `vault.example.com` and replacing it with a valid service name sounds weird.
  • Loading branch information
gromakovsky authored Oct 26, 2023
1 parent 70053bc commit bd0cebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Each service is expected to have a separate "secret" with its own AppRole used
to log in. Secrets are never written to disk, but kept in tmpfs. By default,
they are only accessible by `root` and are `chmod 600`.

In this example, substitute `example` for a valid service name, and `hostname`
In this example, substitute `myservice` for a valid service name, and `hostname`
for your machine's hostname.

```nix
Expand Down

0 comments on commit bd0cebd

Please sign in to comment.