From 86de36afcbe4dc42794367e3243dffa2044c7709 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Mon, 4 Jan 2016 14:17:28 -0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65502103..a2f1e023 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Get the device's operating system name. // - "iOS" // - "WinCE" // - "Tizen" - // - "Max OS X" + // - "Mac OS X" var devicePlatform = device.platform; ### Windows Phone 7 Quirks