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.