From 340d1ee8673d97e8f42757631a362cc9c24ca69b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 22 Jan 2026 21:15:50 +0300 Subject: [PATCH] tweaking docs... Signed-off-by: Alex A. Naanou --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c479b89..b1d2ad4 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ This is not meant as a replacement for more advanced and feature-rich testing frameworks, instead this is a minimalist and complete experimental implementation of a specific approach to testing, i.e. _combinational testing_ -Note, **this module is experimental** and can change quite allot within a shot to mid -timeframe, use at your own risk, though ideas, feedback and suggestions are welcome. +Note, **this module is experimental** and can change quite allot within a short to mid +time frame, use at your own risk, though ideas, feedback and suggestions are welcome. ## Features - Simple / minimalist implementation - Supports combinational as well as unit testing paradigms +- Multiple modifier chaining - ### Planned -- Multiple modifier chaining - Replaceable/extensible assertion library -