From 3c5b432b553cf757123757d97764f4cf5d9c0e8c Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 26 Sep 2020 16:53:07 +0100 Subject: [PATCH] Update unit test section in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d449dcd..f8e2c5f 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Improvements on the existing solutions include: - Consistent naming with existing Result libraries from other languages (e.g. `map`, `mapError`, `mapBoth`, `mapEither`, `and`, `andThen`, `or`, `orElse`, `unwrap`) -- Extensive test suite with over 50 [unit tests][unit-tests] covering every library method +- Extensive test suite with almost 100 [unit tests][unit-tests] covering every library method ## Example