From a5365f28d8a2c6501fc0652ecdc24d3b1915f3f0 Mon Sep 17 00:00:00 2001 From: Stoyan Dimov Date: Mon, 9 Sep 2019 09:18:46 +0200 Subject: [PATCH] Fix markdown syntax in README.md headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e95e4a4..5b1af9a 100644 --- a/README.md +++ b/README.md @@ -178,9 +178,9 @@ The call chains are structured around 4 main parts. .Debug() ``` -##Reference +## Reference -###Keys for TestLoad() Command +### Keys for TestLoad() Command There are predefined keys for these test. ``` total-call @@ -191,7 +191,7 @@ maximum-ttl-ms minimum-ttl-ms ``` -###Request Body +### Request Body The request body type is dynamically determined based on the types of input specified. Here is the strategy for the body construct.