From a96e4d8aa610d1870271bc8fd2b057828e44554a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Thu, 30 Nov 2017 00:27:48 +0100 Subject: [PATCH] Readme: adjust the LOC count --- ospec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospec/README.md b/ospec/README.md index f2610e0f..7a257b31 100644 --- a/ospec/README.md +++ b/ospec/README.md @@ -7,7 +7,7 @@ Noiseless testing framework ## About -- ~180 LOC +- ~330 LOC including the CLI runner - terser and faster test code than with mocha, jasmine or tape - test code reads like bullet points - assertion code follows [SVO](https://en.wikipedia.org/wiki/Subject–verb–object) structure in present tense for terseness and readability