Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi authored Oct 7, 2019
1 parent eaf9ef4 commit 4a64d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install this package run the following command in the root of your project
go get github.com/golobby/container
```

### How it works?
### Introduction
GoLobby Container like any other IoC container is used to bind abstractions to their implementations.
Binding is a process of introducing an IoC container that which concrete (implementation) is appropriate for each
abstraction. In this process, you also determine how it must be resolved, singleton or transient.
Expand Down

0 comments on commit 4a64d38

Please sign in to comment.