From 731d9def2a278a25f1237d9502188e66f023dd6a Mon Sep 17 00:00:00 2001 From: michaelt Date: Tue, 18 Aug 2015 13:49:21 -0400 Subject: [PATCH] readme fripperies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f2126..d852223 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ lens-simple ================== -`Lens-Simple` makes it easier to use the combinators and elementary lenses and traversals from the original 'van Laarhoven' lens library: Russell O'Connor's [`lens-family`](http://hackage.haskell.org/package/lens-family-core) package. Despite its simplicity, this package has a rather complicated structure. The `zoom` preferred here is from `Lens.Family.State.Strict`. `makeLenses` and `makeTraversals` & co are re-exported from Dan Burton's [`lens-family-th`](http://hackage.haskell.org/package/lens-family-th). +`Lens-Simple` makes it easier to use the combinators and elementary lenses and traversals from the original van Laarhoven-O'Connor lens library: Russell O'Connor's [`lens-family`](http://hackage.haskell.org/package/lens-family-core) package. Despite its simplicity, this package has a rather complicated structure. The `zoom` preferred here is from `Lens.Family.State.Strict`. `makeLenses` and `makeTraversals` & co are re-exported from Dan Burton's [`lens-family-th`](http://hackage.haskell.org/package/lens-family-th).