Skip to content

Commit 1ddd45e

Browse files
Fix readme typo
1 parent 2696cb9 commit 1ddd45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Example: `$ git-sim merge <branch>`
3030
- Run a one-liner git-sim command in the terminal to generate a custom Git command visualization (.jpg) from your repo
3131
- Supported commands: `log`, `status`, `add`, `restore`, `commit`, `stash`, `branch`, `tag`, `reset`, `revert`, `merge`, `rebase`, `cherry-pick`, `switch`, `checkout`, `fetch`, `pull`, `push`, `clone`, `rm`, `mv`, `clean`
3232
- Generate an animated video (.mp4) instead of a static image using the `--animate` flag (note: significant performance slowdown, it is recommended to use `--low-quality` to speed up testing and remove when ready to generate presentation-quality video)
33-
- Color commits by parameter, such as author the `--color-by=author` option
33+
- Color commits by parameter, such as author with the `--color-by=author` option
3434
- Choose between dark mode (default) and light mode
3535
- Specify output formats of either jpg, png, mp4, or webm
3636
- Combine with bundled command [git-dummy](https://github.com/initialcommit-com/git-dummy) to generate a dummy Git repo and then simulate operations on it

0 commit comments

Comments
 (0)