From e662b1079d2397e53cdfcf3bd6afc8c9ec7bf473 Mon Sep 17 00:00:00 2001 From: "Joseph \"DisTurBinG\" Cooper" Date: Sun, 6 Mar 2016 13:45:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 520e64a..dc09073 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ public class ShopItem } ``` -One feature to note +One feature to note, in the future, we should be able to pass dynamic constructor requirements through the IProvider. IE: provider.Provide(template) which will allow dynamic constructor reqs + injectable. Guice has it, suice should too :).