From 14c384608415cb3e09f9869092eafb42fa9fe3e0 Mon Sep 17 00:00:00 2001 From: AQNOUCH Mohammed Date: Thu, 7 May 2015 14:17:41 +0100 Subject: [PATCH] Fix typos doc: fix typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4fa2e0..d53b28ae 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,6 @@ While the data model for iOS is somewhat fixed, it should be noted that GCM is f ## Acknowledgments -Huge thanks to Mark Nutter whose [GCM-Cordova plugin](https://github.com/marknutter/GCM-Cordova) forms the basis for the Android side implimentation. +Huge thanks to Mark Nutter whose [GCM-Cordova plugin](https://github.com/marknutter/GCM-Cordova) forms the basis for the Android side implementation. Likewise, the iOS side was inspired by Olivier Louvignes' [Cordova PushNotification Plugin](https://github.com/phonegap/phonegap-plugins/tree/master/iOS/PushNotification) (Copyright (c) 2012 Olivier Louvignes) for iOS.