Skip to content

Commit 2c37b29

Browse files
updated docs
1 parent 5f33caf commit 2c37b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
## **container-ioc**
5-
is [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection) and [IoC container](http://martinfowler.com/articles/injection.html) for both **Typescript** and **ES6+** projects. It manages the dependencies between classes, so that applications stay easy to change and maintain as they grow.
5+
is a [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection)/[IoC container](http://martinfowler.com/articles/injection.html) package for **Typescript**/**ES6+** projects. It manages the dependencies between classes, so that applications stay easy to change and maintain as they grow.
66

77
[![npm version](https://badge.fury.io/js/container-ioc.svg)](https://badge.fury.io/js/container-ioc)
88
[![Build Status](https://travis-ci.org/thohoh/container-ioc.svg?branch=master)](https://travis-ci.org/thohoh/container-ioc)
@@ -62,7 +62,7 @@ class Service implements IService {
6262
}
6363
```
6464

65-
### NOTE: All the examples below are written in Typescript. Check out [examples/javascript](examples/javascript) and [examples/typescript](examples/typescript) for reference.
65+
### NOTE: All the examples below are written in Typescript. Check out [examples/javascript](examples/javascript) and [examples/typescript](examples/typescript) for examples.
6666

6767
### Best Practise: use InjectionToken instances for tokens instead of string/class literals:
6868

0 commit comments

Comments
 (0)