From 6fd3bc3217e16e465522861b70b570bb2c0c0671 Mon Sep 17 00:00:00 2001 From: Adriano Date: Sat, 22 Dec 2018 10:06:03 +0100 Subject: [PATCH] Docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b277012..82257b2 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ this.abTestsService.setVersion('xxx', 'my-scope'); **This behaviour is logical: for whatever reason you are changing manually the version of a test, you don't want the change to apply to parts of the page that are already rendered, because the user would see a weird flickering.** -**So, if you want to force a version, please ensure that you do it BEFORE rendering any HTML block affected by that test.** +**So, if you want to force a version, please ensure that you do it BEFORE rendering any HTML block affected by that test: otherwise, the user might end up seeing, in the same page, HTML blocks corresponding to different versions.** ### Debugging cookies