Skip to content

Commit dc1bfb7

Browse files
Merge pull request #108 from purescript-contrib/update-docs
Update documentation links and installation instructions
2 parents 7879b8d + 462e267 commit dc1bfb7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,20 @@ values within nested data structures. As in:
3030
## Installation
3131

3232
```
33+
# with Bower
3334
bower install purescript-profunctor-lenses
35+
36+
# with Spago
37+
spago install profunctor-lenses
3438
```
3539

3640
## Documentation
3741

38-
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-profunctor-lenses).
39-
40-
You can find examples in the [tests](test/Main.purs) and the [examples](examples/README.md) directory.
42+
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-profunctor-lenses). You can find examples in the [tests](test/Main.purs) and the [examples](examples/README.md) directory.
4143

42-
There is an [ebook](https://leanpub.com/lenses).
44+
There are other in-depth materials for learning about profunctor optics and lenses in PureScript.
45+
* A book, [Lenses for the Mere Mortal](https://leanpub.com/lenses)
46+
* A long-form guide, [Practical Profunctor Lenses & Optics in PureScript](https://thomashoneyman.com/articles/practical-profunctor-lenses-optics)
4347

4448
## Contributing
4549

0 commit comments

Comments
 (0)