There was an error while loading. Please reload this page.
1 parent 1d1befc commit 12870caCopy full SHA for 12870ca
1 file changed
README.md
@@ -18,8 +18,6 @@ import dotenv
18
dotenv.read_dotenv()
19
```
20
21
-You have to pass in `__file__` so that we know where to find the .env file.
22
-You can also pass an explicit path to the .env file, or to the directory
23
-where it lives. It's smart, it'll figure it out.
+You can also pass `read_dotenv()` an explicit path to the .env file, or to the directory where it lives. It's smart, it'll figure it out.
24
25
That's it. Now go 12 factor the crap out of something.
0 commit comments