diff --git a/docs/en/Autofac-Integration.md b/docs/en/Autofac-Integration.md index fcd6389681..d05412c94b 100644 --- a/docs/en/Autofac-Integration.md +++ b/docs/en/Autofac-Integration.md @@ -110,3 +110,4 @@ public override void ConfigureServices(ServiceConfigurationContext context) } ```` +> You should install the [Volo.Abp.Autofac](https://www.nuget.org/packages/Volo.Abp.Autofac) nuget package to the project that you want to use the Autofac API.