Skip to content

Commit

Permalink
Fix formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Sep 21, 2024
1 parent 5528ec7 commit 8bed475
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 @@ -275,7 +275,7 @@ constants {
```

The same syntax for default values specified above is valid here (e.g.
specifying `user_name` to be `${USER:nobody}` will set `${user_name} to
specifying `user_name` to be `${USER:nobody}` will set `${user_name}` to
`nobody` if `${USER}` isn't set in the environment variable or isn't
another constant.)

Expand Down

0 comments on commit 8bed475

Please sign in to comment.