Skip to content

Commit 6993e8b

Browse files
authored
Merge pull request #516 from JohnYangSam/patch-1
Update README.md
2 parents ee3975c + c3b3c8b commit 6993e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ DATABASE_URL="postgres://$(whoami)@localhost/my_database"
213213

214214
### Variable Substitution
215215

216-
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.
216+
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.
217217

218218
```shell
219219
DATABASE_URL="postgres://${USER}@localhost/my_database"

0 commit comments

Comments
 (0)