From ebba1a3f80ed0e8d8a385fb944ed867400716853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Fromentin?= <42907886+Iltotore@users.noreply.github.com> Date: Thu, 26 Aug 2021 17:34:46 +0200 Subject: [PATCH] Add IO to module list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91b7f8e9..cdd4c1bb 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Iron modules are versioned using the schema `ironMajorVersion-moduleVersion`. Official modules: - [Cats](https://github.com/Iltotore/iron/tree/main/cats) - [Circe](https://github.com/Iltotore/iron/tree/main/circe) +- [IO](https://github.com/Iltotore/iron/tree/main/io) - [Iterable](https://github.com/Iltotore/iron/tree/main/iterable) - [Numeric](https://github.com/Iltotore/iron/tree/main/numeric) - [String](https://github.com/Iltotore/iron/tree/main/string)