Skip to content

Commit 7e15a6d

Browse files
committed
Improve README.md
1 parent 73dbefa commit 7e15a6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Gitify [![github][github-image]][github-url] [![codecov][codecov-image]][codecov-url] [![downloads][downloads-image]][downloads-url]
22

3-
> GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favor of the official [GitHub mobile app](https://github.com/mobile).
3+
> GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favour of the official [GitHub mobile app](https://github.com/mobile).
44
55
![Gitify](assets/images/press.png)
66

77
### Download
88

9-
You can download Gitify for **free** from the website [www.gitify.io](https://www.gitify.io/) or install it via [Homebrew Cask](http://brew.sh/)
9+
You can download Gitify for **free** from the website [www.gitify.io](https://www.gitify.io/) or install it via [Homebrew Cask](http://brew.sh/).
1010

1111
```shell
1212
brew cask install gitify
@@ -29,7 +29,7 @@ Gitify supports macOS, Windows and Linux.
2929

3030
### Development
3131

32-
Optional: If you want you use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion).
32+
Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion).
3333

3434
OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" yarn build
3535

@@ -74,7 +74,7 @@ To check if Gitify is approved by your organisation you can go to https://github
7474

7575
#### Something looks wrong - How can I debug?
7676

77-
Since version `1.1.0` you can now debug Gitify by pressing `alt+cmd+I`. This will open the devtools and then you can see any logs, network requests etc.
77+
You can debug Gitify by pressing <kbd>alt</kbd> + <kbd>command</kbd> + <kbd>I</kbd>. This will open the dev tools and then you can see any logs, network requests etc.
7878

7979
### Contributing
8080

0 commit comments

Comments
 (0)