From e579b581ece397f7497b62b62c3c28400d9ec47e Mon Sep 17 00:00:00 2001 From: OBOne Date: Wed, 21 Apr 2021 09:13:11 +0300 Subject: [PATCH] docs(base-config): fix `phases` to be list of items in YAML --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 7b1f86e..1160988 100644 --- a/README.markdown +++ b/README.markdown @@ -51,8 +51,8 @@ The interfaces for 'beforeRequest' and 'afterResponse' are the same as in the [H config: target: "driver://user:pass@hostname/database" phases: - arrivalCount: 10 - duration: 1 + - arrivalCount: 10 + duration: 1 engines: sql: {}