diff --git a/Configuration.md b/Configuration.md index 8bcc276..639deae 100644 --- a/Configuration.md +++ b/Configuration.md @@ -1,6 +1,6 @@ Configuration is done through environment variables. You can pass in settings using all the usual environment variable methods: e.g. by using the `env` command, settings variables in your shell profile, or sourcing a `.env` file before running the command. -Example configuration using `env` command: +*Example of passing configuration using `env` command:* ```bash env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./archive ~/Downloads/bookmarks_export.html ```