Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BredStik committed May 30, 2014
1 parent 2b8cad2 commit 3ac840d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ public partial class MyApplication : System.Web.HttpApplication
_container = new WindsorContainer();

/* Register types */
/* container.Register(Component.For<ISomeInterface>().ImplementedBy<SomeImplementation>()); */
/* _container.Register(Component.For<ISomeInterface>().ImplementedBy<SomeImplementation>()); */

JobActivator.Current = new WindsorJobActivator(_container.Kernel);
}
Expand Down

0 comments on commit 3ac840d

Please sign in to comment.