diff --git a/IIocInstaller.md b/IIocInstaller.md index e1cf473..7607ca1 100644 --- a/IIocInstaller.md +++ b/IIocInstaller.md @@ -44,7 +44,7 @@ public AssemblyInstaller(Assembly assembly) if (!typeof(IIocInstaller).IsAssignableFrom(type)) continue; - Installers.Add((IIovInstaller) Activator.CreateInstance(type));; + Installers.Add((IIocInstaller) Activator.CreateInstance(type));; } } ```