diff --git a/env.py.md b/env.py.md index 93c42ca..3acfc3c 100644 --- a/env.py.md +++ b/env.py.md @@ -15,7 +15,7 @@ This is what I have made for that: import env password = env.secret -# password now contains the base64 encoded secret. +# password now contains the base64 decoded secret. ``` ## Create a secret variable