Skip to content

Commit 92645cb

Browse files
authored
Fix typo in path to syntax_highlight_cli executable
1 parent 7a1c91b commit 92645cb

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
@@ -431,7 +431,7 @@ The tool is located inside the `Syntax Highlight.app/Contents/Resources` folder
431431
From the Application menu you can create a symbolic link into `/usr/local/bin` folder.
432432

433433
```bash
434-
/Application/Syntax\ Highlight.app/Contents/Resources/syntax_highlight_cli -h
434+
/Applications/Syntax\ Highlight.app/Contents/Resources/syntax_highlight_cli -h
435435
```
436436
```
437437
Usage: syntax_highlight_cli [-o <path>] <file> [..]

0 commit comments

Comments
 (0)