diff --git a/Settings.md b/Settings.md index ce02f7a..32d3523 100644 --- a/Settings.md +++ b/Settings.md @@ -83,7 +83,7 @@ var server = WireMockServer.Start(new FluentMockServerSettings Where * `Url` = The url to proxy to * `SaveMapping` = Save the mapping for each request/response to the internal Mappings -* `SaveMappingToFile` = Save the mapping for each request/response to also file. (Note that SaveMapping must also be set to true.) +* `SaveMappingToFile` = Save the mapping for each request/response to also file. * `SaveMappingForStatusCodePattern` = Only save request/response to the internal Mappings if the status code is included in this pattern. (Note that SaveMapping must also be set to true.) The pattern can contain a single value like "200", but also ranges like "2xx", "100,300,600" or "100-299,6xx" are supported. * `BlackListedHeaders` = Defines a list from headers which will excluded from the saved mappings. * `ClientX509Certificate2ThumbprintOrSubjectName` = The clientCertificate thumbprint or subject name fragment to use.