From c4e3936af3cfec045732fff746824d4029f79ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=9A=20=28Yang=20Bo=29?= Date: Sun, 23 Jun 2019 04:42:21 -0700 Subject: [PATCH] Change link to dsl-domains-cats instead of Dsl.scala Since `dsl-domains-cats` is now separated from `Dsl.scala` repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7e82377a..32a8e2e4e3 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ By sharing the same set of type classes, instances and data types provided by Ca * [cats-par](https://github.com/ChristopherDavenport/cats-par): Abstract type member Parallel instances * [cats-retry](https://github.com/cb372/cats-retry): composable retry logic for Cats and Cats Effect * [droste](https://github.com/andyscott/droste): recursion schemes for Cats - * [Dsl.scala](https://github.com/ThoughtWorksInc/Dsl.scala): The `!`-notation for creating Cats monadic expressions + * [dsl-domains-cats](https://github.com/ThoughtWorksInc/dsl-domains-cats): The `!`-notation for creating Cats monadic expressions * [eff](https://github.com/atnos-org/eff): functional effects and effect handlers (alternative to monad transformers) * [Freestyle](https://github.com/frees-io/freestyle): pure functional framework for Free and Tagless Final apps & libs * [iota](https://github.com/frees-io/iota): Fast [co]product types with a clean syntax