From 957939241a566394fc9905105c1b2ae042ef74d0 Mon Sep 17 00:00:00 2001 From: Nathaniel May Date: Sun, 21 Apr 2019 20:45:05 -0400 Subject: [PATCH] removed easy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1f62d..b66f684 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To use your local `.ivy2` cache ``` ## Usage -This example uses the alternative methods `nextT`, `prevT`, and the function `applyT` that return the `cats.data.OptionT` monad transformer for easy composability. Also featured are the more standard `next`, `prev`, and `apply`. +This example uses the alternative methods `nextT`, `prevT`, and the function `applyT` that return the `cats.data.OptionT` monad transformer for composability. Also featured are the more standard `next`, `prev`, and `apply`. ```scala import cats.effect.IO import zipper.{BufferedZipper, Unlimited}