Skip to content

Commit 28dbb23

Browse files
committed
Fix documentation of dotenv set
1 parent b8fdfba commit 28dbb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ without manually opening it.
141141

142142
```shell
143143
$ pip install "python-dotenv[cli]"
144-
$ dotenv set USER=foo
145-
$ dotenv set EMAIL=[email protected]
144+
$ dotenv set USER foo
145+
$ dotenv set EMAIL [email protected]
146146
$ dotenv list
147147
USER=foo
148148

0 commit comments

Comments
 (0)