Skip to content

Commit 8ad15b3

Browse files
authored
Update README
1 parent d8fe2a2 commit 8ad15b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ EXAMPLES
5858
the following line to one of your system startup files (e.g ~/.profile,
5959
~/.ashrc or ~/.bashrc):
6060

61-
$ [ -x "$(command -v kfc)" ] && kfc -s PALETTE
61+
[ -x "$(command -v kfc)" ] && kfc -s PALETTE
6262

6363
Remember to replace PALETTE in the line above with your preferred color
6464
palette.

0 commit comments

Comments
 (0)