Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Feb 18, 2022
1 parent 23f3fc4 commit 800c8e1
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 @@ -39,7 +39,7 @@ err := container.Singleton(func() Config {
})

var c Config
err := container.Bind(&c)
err := container.Resolve(&c)
// `c` will be the instance of JsonConfig
```

Expand Down

0 comments on commit 800c8e1

Please sign in to comment.