From 7a5987bab99a6e6840aaa54c9fd5531add311ac8 Mon Sep 17 00:00:00 2001 From: it33 Date: Wed, 9 Dec 2015 20:13:09 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36374e6..cf9c15d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Mattermost iOS Application -This iOS Application source code is meant to be used by organizations who self-host Mattermost as a team communication service. +This iOS Application source code is meant to be used by organizations who self-host [Mattermost](http://www.mattermost.org/download/) as a team communication service. -To properly encrypt push notifications from your Mattermost Platform Server to your Mattermost iOS Application a proxy, the [Mattermost Push Notification Server](https://github.com/mattermost/push-proxy), needs to be set up with a private key generated using your organizations Apple Developer account. +To properly encrypt push notifications from your Mattermost Platform Server to your Mattermost iOS Application a proxy, the [Mattermost Push Notification Server](https://github.com/mattermost/push-proxy), needs to be set up with a private key generated using your organization's Apple Developer account. #### Requirements 1. Experience compiling and deploying iOS applications either to an enterprise App Store or publicly -2. An Apple Developer account and appropriate Apple devices to compiled and deploy the application +2. An Apple Developer account and appropriate Apple devices to compiled and deploy the application #### Installation