From 207ac3802f733b73dcf3a66a2a01da276f8259e1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 18 Aug 2020 19:41:44 +0300 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 491bd69..9f26eff 100644 --- a/README.md +++ b/README.md @@ -286,14 +286,16 @@ XXX A _subclass_ or rather _sub-constructor_ of `Merged`. Note that `Setups` and `Setup` are references to the same object, they exists -for better readability in cases when we add a single test or a bunch of tests, -e.g: +for better readability in cases when we add a single element (``-`` +pair) or a bunch of elements (object), for example: ```javascript +// single element... test.Setup('some-setup', function(){ // ... }) +// arbitrary number of elements... test.Setups({ 'some-other-setup': function(){ // ...