From 9a6dc33b6bbe65fcbd229af5ecb9bf0ba058a959 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 15 Feb 2022 16:48:59 +0100 Subject: [PATCH] fix(core): update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 75eca5e..def5275 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ A few words on TypeScript ### A few words on tap -tap stands for **test anything protocol**. Its programming language agnostic as long as the test interpreter can read the tap console output. This package is optimized to work with @gitzone/tstest as interpreter, which offers different V8 based runtime environments like nodejs, chrome, and deno. +"tap" stands for **test anything protocol**. Its programming language agnostic as long as the test interpreter can read the tap console output. This package is optimized to work with @gitzone/tstest as interpreter, which offers different V8 based runtime environments like nodejs, chrome, and deno. ### Write your first tests