diff --git a/Record-(via-proxy)-and-Save.md b/Record-(via-proxy)-and-Save.md index 2fe19ac..754ad3e 100644 --- a/Record-(via-proxy)-and-Save.md +++ b/Record-(via-proxy)-and-Save.md @@ -5,7 +5,11 @@ var server = FluentMockServer.Start(new FluentMockServerSettings { Urls = new[] { "http://localhost:9095/" }, StartAdminInterface = true, - ProxyAndRecordSettings = new ProxyAndRecordSettings { Url = "http://www.bbc.com" } + ProxyAndRecordSettings = new ProxyAndRecordSettings + { + Url = "http://www.bbc.com", + SaveMapping = true + } }); ```