Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koemigg authored Jun 23, 2023
1 parent b8a5a11 commit 48514d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Deltabae accepts the following command line options:

For example, to compare `file1.txt` and `file2.txt`, output the result to the `path/to/my-project/results` directory, and name the output file `my_diff.html`, you would run:

```
`deltabae.sh` -f file1.txt -s file2.txt -o `path/to/my-project/results` -n my_diff
```zsh
deltabae.sh -f file1.txt -s file2.txt -o path/to/my-project/results -n my_diff
```

0 comments on commit 48514d5

Please sign in to comment.