We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f3fc4 commit 800c8e1Copy full SHA for 800c8e1
1 file changed
README.md
@@ -39,7 +39,7 @@ err := container.Singleton(func() Config {
39
})
40
41
var c Config
42
-err := container.Bind(&c)
+err := container.Resolve(&c)
43
// `c` will be the instance of JsonConfig
44
```
45
0 commit comments