From e7b4490d79d5f1a85aa53ee694a7c89c95ebfa46 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 28 Jan 2020 13:12:19 +0000 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff0716b..fc07ed4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ You can also call each of the checks individually as the sample app does. ### False positives -Manufacturers often leave the busybox binary in production builds and this doesn't always mean that a device is root. We have remove the busybox check we used to include as standard in the isRooted() method to avoid these false positives. +Manufacturers often leave the busybox binary in production builds and this doesn't always mean that a device is root. We have removed the busybox check we used to include as standard in the isRooted() method to avoid these false positives. If you want to detect the busybox binary in your app you can use `checkForBinary(BINARY_BUSYBOX)` to detect it alone, or as part of the complete root detection method: