Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filipw authored Jan 25, 2018
1 parent e725e4e commit ff5012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dotnet add package Strathweb.TypedRouting.AspNetCore

## Setup

In your `Startup` class, after adding MVC, call `services.AddTypedRouting();` and then configure your routes:
In your `Startup` class, after adding MVC, call `AddTypedRouting();` and then configure your routes:

```csharp
services.AddMvc().AddTypedRouting(opt =>
Expand Down

0 comments on commit ff5012f

Please sign in to comment.