From f1ae18946bb4ad7306ea8cc195d31f10a8eb2e03 Mon Sep 17 00:00:00 2001 From: Matt Yeh Date: Thu, 21 Apr 2016 12:29:57 -0400 Subject: [PATCH] added documentation for manual start after delete --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c59aee60..8b340a93 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ It is not required to send `SPLIT_DISABLE=false` to activate Split. By default new AB tests will be active right after deployment. In case you would like to start new test a while after the deploy, you can do it by setting the `start_manually` configuration option to `true`. -After choosing this option tests won't be started right after deploy, but after pressing the `Start` button in Split admin dashboard. +After choosing this option tests won't be started right after deploy, but after pressing the `Start` button in Split admin dashboard. If a test is deleted from the Split dashboard, then it can only be started after pressing the `Start` button whenever being re-initialized. ### Reset after completion