Skip to content

Commit

Permalink
Merge pull request #516 from JohnYangSam/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bkeepers authored Dec 6, 2024
2 parents ee3975c + c3b3c8b commit 6993e8b
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 @@ -213,7 +213,7 @@ DATABASE_URL="postgres://$(whoami)@localhost/my_database"

### Variable Substitution

You need to add the value of another variable in one of your variables? You can reference the variable with `${VAR}` or often just `$VAR` in unqoted or double-quoted values.
You need to add the value of another variable in one of your variables? You can reference the variable with `${VAR}` or often just `$VAR` in unquoted or double-quoted values.

```shell
DATABASE_URL="postgres://${USER}@localhost/my_database"
Expand Down

0 comments on commit 6993e8b

Please sign in to comment.