Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navrocky authored Feb 7, 2025
1 parent 239d0bd commit 4be1108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ Hello, John!
```sh
USE_GREETER=no USE_GOODBYER=yes muenvsubst << EOF
{%- if USE_GREETER=="yes" -%}
## if USE_GREETER=="yes"
Hello, {{ USER }}!
{%- endif -%}
{%- if USE_GOODBYER=="yes" -%}
## endif
## if USE_GOODBYER=="yes"
Goodbye, {{ USER }}!
{%- endif -%}
## endif
EOF
```
Expand Down

0 comments on commit 4be1108

Please sign in to comment.