diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index 08beb73..4fa3f40 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -1,7 +1,7 @@ # Admin API Reference 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(); +var server = WireMockServer.StartWithAdminInterface(); ``` # API definition