We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69702fd commit a73ba7aCopy full SHA for a73ba7a
README.md
@@ -45,7 +45,7 @@ server.CloseAsync().Wait();
45
## Customizing
46
You can customize the host by modifying the configuration object.
47
Or if you would like to pass your own you can use the `CreateServer` overload.
48
-Additional `CreateServer` overload allows you to explicitly specify either assemblies or specific controller types you want to expose in your api:
+Additional `CreateServer` overloads allow you to explicitly specify assemblies or `IHttpController` types you want to expose in your api:
49
50
```csharp
51
// Use a custom configuration and specify controller types.
0 commit comments