From 486fa4576ddf381d5c53952b236328ec6b0561ef Mon Sep 17 00:00:00 2001 From: Varghese Jose <71702982+varghesejose2020@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:12:09 +0530 Subject: [PATCH] Update README.md updated document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3875ed5c..dc15f7b5 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ Fruit is a [dependency injection](http://en.wikipedia.org/wiki/Dependency_inject It allows to split the implementation code in "components" (aka modules) that can be assembled to form other components. From a component with no requirements it's then possible to create an injector, that provides an instance of the interfaces exposed by the component. -See the [wiki](https://github.com/google/fruit/wiki) for more information, including installation instructions, tutorials and reference documentation. +See the [wiki](https://github.com/google/fruit/wiki) for more information, including instructions for installation, tutorials and reference documentation.