Update README.md

This commit is contained in:
dlebee 2021-08-11 16:35:33 -04:00 committed by GitHub
parent ff3860bf50
commit 6b1c66e876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ public class MyModule : IModule
{ {
public IServiceCollection ConfigureServices(IServiceCollection services) public IServiceCollection ConfigureServices(IServiceCollection services)
{ {
services.AddOtherDependantModule(); services.AddModule<CoolOtherModule>();
return services; return services;
} }
} }
``` ```