Skip to content

Commit 69702fd

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ server.CloseAsync().Wait();
4343
* That's it, your API is up!
4444

4545
## Customizing
46-
You can customize the host by modifying the configuration object. Or if you would like to pass your own you can use the `CreateServer` overload.
47-
If you pass your own, the `ControllerResolver` will be replaced with a script friendly one.
48-
An additional `CreateServer` overload allows you to explicitly specify the controller types you want to expose in your api:
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:
4949

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

0 commit comments

Comments
 (0)