Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koemigg committed Jun 23, 2023
1 parent 98bd350 commit e2e6381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e2e6381

Please sign in to comment.