From feb6291652558a238a2c2ad40080a609c9fdde1b Mon Sep 17 00:00:00 2001 From: Veniamin Krol Date: Fri, 4 Nov 2016 18:15:58 +0300 Subject: [PATCH] Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542de4a..79817f2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ requires the instances of a class to be created by InversifyJS. The decorators included in this library will allow you to lazy-inject properties even when the instances of a class cannot created by InversifyJS. -This library allows you tointegrate InversifyJS with any library or +This library allows you to integrate InversifyJS with any library or framework that takes control over the creation of instances of a given class.