Update README with working example
dblume

dblume commited on 2023-08-22 17:14:44
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -83,7 +83,7 @@ or manually format in one of a couple of ways:
83 83
 into the unstaged area.
84 84
 
85 85
 1. Stage the files you want to format.
86
-2. Run `git-clang-format-17 --style=file`, and it'll leave unstaged formatting changes.
86
+2. Run `git-clang-format --binary=clang-format-17 --style=file`, and it'll leave unstaged formatting changes.
87 87
 3. Review with `git difftool` and accept the desired changes or unstage.
88 88
 
89 89
 ### Manually clang-format
90 90