diff --git a/README.md b/README.md index ec1ce6df1..c2a3d3701 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ namespace ExampleTest { // TIP: load your architecture once at the start to maximize performance of your tests private static readonly Architecture Architecture = new ArchLoader().LoadAssemblies( - System.Reflection.Assembly.Load("ExampleClassAssemblyName"), - System.Reflection.Assembly.Load("ForbiddenClassAssemblyName") - .Build(); + System.Reflection.Assembly.Load("ExampleClassAssemblyName"), + System.Reflection.Assembly.Load("ForbiddenClassAssemblyName") + ).Build(); // replace and with classes from the assemblies you want to test //declare variables you'll use throughout your tests up here