-
Notifications
You must be signed in to change notification settings - Fork 329
Update README (spelling, phrasing, formatting) #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thnaks a lot! I left some comments.
|
||
------------------------------------------------------------------------------- | ||
|
||
`-reply` **[10.9+ only]** | ||
|
||
The notification will be displayed as a reply type alert. | ||
Displayed the notification as a reply type alert. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Display instead of Displayed
|
||
------------------------------------------------------------------------------- | ||
|
||
`-actions VALUE1,VALUE2,"VALUE 3"` **[10.9+ only]** | ||
|
||
The notification actions avalaible. | ||
Use notification actions avalaible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The list of actions available for the notification
maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
available is spelt incorrectly ...
@@ -1,27 +1,27 @@ | |||
# terminal-notifier | |||
|
|||
terminal-notifier is a command-line tool to send Mac OS X User Notifications, | |||
which are available in Mac OS X 10.8 and higher. | |||
terminal-notifier is a command-line tool to send OS X User Notifications, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's time to change for macOS which is the current name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, sounds good to me. (I was on the fence about that one when I was editing anyway. )
@@ -212,45 +221,43 @@ Examples are: | |||
|
|||
`-sender ID` | |||
|
|||
Specifying this will make it appear as if the notification was send by that | |||
application instead, including using its icon. | |||
Fakes the sender application of the notification. This uses the specified |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too many spaces before This
I think.
Thanks @Zearin ! |
No description provided.