diff --git a/README.md b/README.md index 8baa69f..ed08ab7 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ type FooerPlus interface { Bar() String } -func ProviderFooerPlus() FooerPlus { +func ProvideFooerPlus() FooerPlus { ... }