diff --git a/CHANGELOG.md b/CHANGELOG.md index 550e4ee..1b9bda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/) and [Semant - Removed used variables output from scan usage to reduce noise. - Removed header output from scan usage to reduce noise. - Shortened config file path in CLI output to show only the filename. +- Updated README documentation for better clarity. ### Fixed diff --git a/README.md b/README.md index 6eaba0b..20ea975 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dotenv-diff -![Demo](./public/demo2.png) +![Demo](./public/demo3.png) `dotenv-diff` scans your codebase to detect which environment variables are used and compares them against your `.env` or `.env.example` files. diff --git a/public/demo3.png b/public/demo3.png new file mode 100644 index 0000000..98a0655 Binary files /dev/null and b/public/demo3.png differ