From 3747ff0032ba0fcbbeb9c28cd7d18ff11bc4874b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20G=C3=B3ral?= <60390247+jan-gogo@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:21:12 +0200 Subject: [PATCH] Update corellium/shard/README.md Co-authored-by: Michael Wright --- corellium/shard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corellium/shard/README.md b/corellium/shard/README.md index 94e8c47e8f..9948281ac7 100644 --- a/corellium/shard/README.md +++ b/corellium/shard/README.md @@ -1,6 +1,6 @@ # Sharding -Depending on provided test cases duration, sharding algorithm will: +Depending on the provided test cases duration, the sharding algorithm will: * Split the test cases from one test apk to run on many devices. * Group the test cases from many test apks to run on a single device.