From dd7d28decb55f9fd15f0034e92f7c966d7c3d97d Mon Sep 17 00:00:00 2001 From: Sam Lin Date: Mon, 19 Oct 2020 12:49:18 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5e80f7..c829d07 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ To make more sense with the future versioning scheme of Angular, the directive s - If you need to use it on 5.x, please use version 10.x.x. - If you need to use it on 8.x, please use version 12.x.x. - If you need to use it on 9.x, please use version 13.x.x. + - If you need to use it on 10.x, please use version 14.x.x. The code are pretty much the same, in v8.0.0 it uses InjectionToken which requires angular4 and above.