From 6abc8e7eeeb90953b56b8291cd69a10641243b34 Mon Sep 17 00:00:00 2001 From: Adelbert Chang Date: Fri, 22 Jul 2016 15:17:27 -0700 Subject: [PATCH] Add FS2 to Related Projects section Also alphabetize Related Projects list --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b1c23df18..9c06194c4d 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,10 @@ relax this to a single sign-off. There are many projects that integrate with Cats: * [Dogs](https://github.com/stew/dogs): pure functional collections and data structures. - * [Kittens](https://github.com/milessabin/kittens): automatically derived type class instances. * [Circe](https://github.com/travisbrown/circe): pure functional JSON library. - * [Fetch](https://github.com/47deg/fetch): efficient data access to heterogeneous data sources. + * [Fetch](https://github.com/47deg/fetch): efficient data access to heterogeneous data sources. + * [FS2](https://github.com/functional-streams-for-scala): compositional, streaming I/O library + * [Kittens](https://github.com/milessabin/kittens): automatically derived type class instances. * [Monix](https://github.com/monixio/monix): high-performance library for composing asynchronous and event-based programs. ### Copyright and License