Skip to content

Commit a73ba7a

Browse files
committed
Update README.md
1 parent 69702fd commit a73ba7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ server.CloseAsync().Wait();
4545
## Customizing
4646
You can customize the host by modifying the configuration object.
4747
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:
48+
Additional `CreateServer` overloads allow you to explicitly specify assemblies or `IHttpController` types you want to expose in your api:
4949

5050
```csharp
5151
// Use a custom configuration and specify controller types.

0 commit comments

Comments
 (0)