Skip to content

Commit 4ee7a2e

Browse files
committed
Update README.md
1 parent a86eba3 commit 4ee7a2e

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
@@ -47,7 +47,7 @@ server.Dispose();
4747
* That's it, your API is up!
4848

4949
## Customizing
50-
You can configure the OWIN host by passing in an `Action<IBuilder>` to the `Configure` method
50+
You can configure the OWIN host by passing in an `Action<IAppBuilder>` to the `Configure` method
5151
```csharp
5252
var server = webapi.
5353
Configure(

0 commit comments

Comments
 (0)