diff --git a/Stubbing.md b/Stubbing.md index 0be335f..5cc3ae9 100644 --- a/Stubbing.md +++ b/Stubbing.md @@ -14,6 +14,7 @@ The following code will configure a response with a status of 200 to be returned ```csharp var server = WireMockServer.Start(); + server .Given( Request.Create().WithPath("/some/thing").UsingGet()