Skip to content

Commit

Permalink
Fix backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 24, 2023
1 parent 417d720 commit 1ea34b2
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 @@ -34,7 +34,7 @@ export EI_USERNAME=bob
export EI_PASSWORD=example
```

If your environment variable values have special characters, using single quotes should work, e.g. `export EI_PASSWORD='compl\!cat$d`.
If your environment variable values have special characters, using single quotes should work, e.g. `export EI_PASSWORD='compl\!cat$d'.

Followed by:

Expand Down

0 comments on commit 1ea34b2

Please sign in to comment.