From 46065e3c69026981b0170e0cab287f552da401ff Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Wed, 16 Dec 2020 16:42:59 -0500 Subject: [PATCH] Fix a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19cf511..5da02f7 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Table of contents ### What is kumite? -Kumite is a framework for managing split testing. +Kumite is a framework for managing split testing. -It's purpose is to manage and track participants in split tests, as well as track events/outcomes. It makes no assumptions about how participants are allocated into variants. +Its purpose is to manage and track participants in split tests, as well as track events/outcomes. It makes no assumptions about how participants are allocated into variants. Tests may be defined with a number of variants and an allocation strategy that can assign a variant to a request. Events may be tracked against variants, with optional metadata if desired.