Skip to content

Commit 7718ad5

Browse files
authored
Merge pull request #286 from MrJarnould/fix_typo_in_path_to_CLI_executable
Fix typo in path to `syntax_highlight_cli` executable
2 parents 7a1c91b + 92645cb commit 7718ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)