From 127d47dccaf0a7aefa5805bc0b5fd110eebd23fa Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 27 Nov 2022 21:41:18 +0300 Subject: [PATCH] Add Mirage Config value injector to injector list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 223d33a..f018398 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ For a full overview of changes, see [CHANGES.md](CHANGES.md) Value Injectors --------------- Poodinis doesn't come with implementations of value injectors. Value injectors are available in separate projects: +* [Mirage Config value injector](https://github.com/mbierlee/poodinis-mirage-config-injector) * [Proper-d value injector](https://github.com/mbierlee/poodinis-proper-d-injector) Have you made any or do you know of any? Please add them to this section via a pull request or open an issue.