From 28ee6e4dc5306343d97b6733dba3d4c78de8e0d6 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 24 Dec 2021 08:02:41 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9ed9ac..3728334 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Main features: 2. Easy to use API (no boilerplate code and dealing with arcane types). -3. Correct semantics in presence of runtime exceptions (no more lost or - discarded state). +3. Correct semantics in presence of runtime exceptions (no more lost state + modifications). 4. Seamless integration with the existing ecosystem (`exceptions`, `monad-control`, `unliftio-core`, `resourcet` etc.).