diff --git a/README.md b/README.md index 1f9cf7f..c407426 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,11 @@ The `IServiceProvider` will automatically be created for you, so there's nothing ```C# +using Microsoft.Azure.Functions.Extensions.DependencyInjection; + [assembly: FunctionsStartup(typeof(Startup))] -public class Startup +public class Startup : FunctionsStartup { public override void Configure(IFunctionsHostBuilder builder) {