From b3ba8cb96447fccf0a0a0e36fd319d42521a8c54 Mon Sep 17 00:00:00 2001 From: Leon Chen Date: Mon, 13 Jul 2020 14:11:27 -0400 Subject: [PATCH] Update README.md https://github.com/theskumar/python-dotenv/issues/256 https://github.com/theskumar/python-dotenv/pull/258 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98aac03b..d3992847 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Python-dotenv can interpolate variables using POSIX variable expansion. The value of a variable is the first of the values defined in the following list: -- Value of that variable in the environment. - Value of that variable in the `.env` file. +- Value of that variable in the environment. - Default value, if provided. - Empty string.