diff --git a/README.md b/README.md index 0677572..0b98299 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To use Deltabae, you'll need to have both delta and ansifilter installed. You can use Deltabae by providing the names of the two files you want to compare. Here's a basic example: -```bash +```zsh deltabae.sh -f your_first_file -s your_second_file ``` diff --git a/example/README.md b/example/README.md index 4873f46..87e41dd 100644 --- a/example/README.md +++ b/example/README.md @@ -10,7 +10,7 @@ This directory contains examples of how to use the deltabae.sh script in the par ## Steps to Run the Example 1. Move into this directory: `cd example` -2. Run the deltabae.sh script: `bash ../deltabae.sh -f a.txt -s b.txt` +2. Run the deltabae.sh script: `zsh ../deltabae.sh -f a.txt -s b.txt` 3. Open the generated `./tmp/diff.html` file in a web browser to view the output. The `diff.html` file should show the differences between `a.txt` and `b.txt` in a side-by-side format with syntax highlighting.