Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi authored Dec 29, 2019
1 parent 7201112 commit 9150b1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
[![Coverage Status](https://coveralls.io/repos/github/golobby/container/badge.svg?branch=master)](https://coveralls.io/github/golobby/container?branch=master)

# Container
An IoC container for Go projects. It provides simple, fluent and easy-to-use interface to make dependency injection in
GoLang easier.
A lightweight yet powerful IoC container for Go projects. It provides a simple, fluent and easy-to-use interface to make dependency injection in GoLang easier.

## Documentation

Expand Down Expand Up @@ -39,8 +38,7 @@ container.Singleton(func() Abstraction {
})
```

It takes a resolver function which its return type is the abstraction and the function body configures the related
concrete (implementation) and returns it.
It takes a resolver function which its return type is the abstraction and the function body configures the related concrete (implementation) and returns it.

Example for a singleton binding:

Expand Down

0 comments on commit 9150b1e

Please sign in to comment.