diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index 74d880a..5254b7e 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -1,7 +1,5 @@ # Admin API Reference -The **WireMock admin API** provides functionality to define the mappings via a http interface. -In order to use this interface, you need to enable the admin interface: - +The **WireMock admin API** provides functionality to define the mappings via a http/https interface. To use this interface, you need to enable the admin interface in code: ```c# var server = FluentMockServer.StartWithAdminInterface(); ```