Skip to content

Commit

Permalink
Fix documentation of dotenv set
Browse files Browse the repository at this point in the history
  • Loading branch information
bbc2 committed Jul 14, 2021
1 parent b8fdfba commit 28dbb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ without manually opening it.

```shell
$ pip install "python-dotenv[cli]"
$ dotenv set USER=foo
$ dotenv set EMAIL=foo@example.org
$ dotenv set USER foo
$ dotenv set EMAIL foo@example.org
$ dotenv list
USER=foo
EMAIL=foo@example.org
Expand Down

0 comments on commit 28dbb23

Please sign in to comment.