CB-10720 Minor spelling/formatting changes.
diff --git a/README.md b/README.md
index 8c47c6b..e5f845b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,6 @@
 
 # cordova-plugin-console
 
-
 This plugin is meant to ensure that console.log() is as useful as it can be.
 It adds additional function for iOS, Ubuntu, Windows Phone 8, and Windows. If
 you are happy with how console.log() works for you, then you probably
@@ -72,7 +71,7 @@
 - `console.group`
 - `console.groupCollapsed`
 
-The grouping methods are just log name of the group and don't actually indicate grouping for later 
+The grouping methods are just log name of the group and don't actually indicate grouping for later
 calls to `console` object methods.
 
 ## Not supported Methods
@@ -98,5 +97,4 @@
 *  `%c` - format arg as `''`. No color formatting could be done.
 *  `%%` - replace with `'%'`
 
-any other char following `%` will format it's
-arg via `toString()`.
+Any other char following `%` will format its arg via `toString()`.