diff --git a/README.md b/README.md index dec1042..ae5dbe6 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ if __name__ == '__main__': ``` ### Env Variables -> :bulb:   Environment variables can be loaded from any file. _Filename defaults to `.env`_
-> To use custom filenames, set the env var `env_file` as `key` and the _filename_ as its `value` +> :bulb:   Environment variables can _(optionally)_ be loaded from any file.
+> Refer the [wiki page][wiki] for more information. **Mandatory** - **USERNAME**: Any username of choice. @@ -109,3 +109,4 @@ Licensed under the [MIT License][license] [isort]: https://pycqa.github.io/isort/ [sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html [runbook]: https://thevickypedia.github.io/pystream/ +[wiki]: https://github.com/thevickypedia/pystream/wiki diff --git a/docs/README.html b/docs/README.html index f3b768e..d775c51 100644 --- a/docs/README.html +++ b/docs/README.html @@ -78,8 +78,8 @@

Sample Usage

Env Variables

-

:bulb:   Environment variables can be loaded from any file. Filename defaults to .env
-To use custom filenames, set the env var env_file as key and the filename as its value

+

:bulb:   Environment variables can (optionally) be loaded from any file.
+Refer the wiki page for more information.

Mandatory