Fix shields

This commit is contained in:
Jamie Bertram 2022-03-16 14:50:25 -06:00
parent 3c91a56938
commit fe060b3f23

View File

@ -1,7 +1,7 @@
# purescript-unlift
[![Latest release](http://img.shields.io/github/release/tweag/purescript-unlift.svg)](https://github.com/tweag/purescript-unlift/releases)
[![Build status](https://github.com/tweag/purescript-unlift/workflows/CI/badge.svg?branch=main)](https://github.com/tweag/purescript-unlift/actions?query=workflow%3ACI+branch%3Amain)
[![Build status](https://github.com/tweag/purescript-unlift/workflows/Build/badge.svg?branch=main)](https://github.com/tweag/purescript-unlift/actions?query=workflow%3ABuild+branch%3Amain)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-unlift/badge)](https://pursuit.purescript.org/packages/purescript-unlift)
Classes that allow stateless monads to be "unlifted" into a base monad.