funcool / promesa

A promise library & concurrency toolkit for Clojure and ClojureScript.
https://funcool.github.io/promesa/latest/
Mozilla Public License 2.0
498 stars 58 forks source link

Link to User Guide more clearly from the README #109

Closed borkdude closed 2 years ago

borkdude commented 2 years ago

There is an excellent User Guide here: https://github.com/funcool/promesa/blob/master/doc/user-guide.md But this is not clear from the README. I think you should link to the User Guide as one of the first things :)

niwinz commented 2 years ago

It is linked here: image

and here: image

If you have better approach, I'm open to suggestions

borkdude commented 2 years ago

I mean specifically the User Guide

niwinz commented 2 years ago

yeah, I understand. I will put a direct link on te readme; thanks

niwinz commented 2 years ago

image DONE

borkdude commented 2 years ago

Thanks!