We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86eba3 commit 4ee7a2eCopy full SHA for 4ee7a2e
README.md
@@ -47,7 +47,7 @@ server.Dispose();
47
* That's it, your API is up!
48
49
## Customizing
50
-You can configure the OWIN host by passing in an `Action<IBuilder>` to the `Configure` method
+You can configure the OWIN host by passing in an `Action<IAppBuilder>` to the `Configure` method
51
```csharp
52
var server = webapi.
53
Configure(
0 commit comments