Skip to content

Commit 4135c31

Browse files
committed
📝 fix readme formatting
1 parent 79b0f32 commit 4135c31

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
26+
# exclude built executable
27+
timezilla

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ a simple timer for the console/terminal
1212
1. the terminal screen will flash red on/off
1313
1. the terminal bell will ring _(every 30 seconds)_
1414
1. a desktop notification is sent _(only for the following operating systems*)_
15-
* __GNU/Linux__ using _libnotify_ `notify-send`
16-
* copy [clock.png](http://github.com/ctcpip/timezilla/blob/master/clock.png) into the application directory to display a clock icon in the notification
17-
* __OS X 10.9+__ using _AppleScript_ `display notification`
15+
* __GNU/Linux__ using _libnotify_ `notify-send`
16+
* copy [clock.png](http://github.com/ctcpip/timezilla/blob/master/clock.png) into the application directory to display a clock icon in the notification
17+
* __OS X 10.9+__ using _AppleScript_ `display notification`
1818
* P to pause
1919
* CTRL+C to exit
2020

0 commit comments

Comments
 (0)