aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3f799d0..c9d9e41 100644
--- a/README.md
+++ b/README.md
@@ -90,13 +90,13 @@ Body does not support variable substitution.
### Variable substitution
-Barb can include environment variable values into the requests with the following placeholder format:
+Barb can include environment variable values and variables defined in `.env` into the requests with the following placeholder format:
```
{VARIABLE NAME}
```
-Which allows to do the following:
+This allows to do the following:
```
$ export BASE_URL="http://127.0.0.1:8000"