From ce5557a63afcfaf59003e69eff369252d8899726 Mon Sep 17 00:00:00 2001 From: Gabriel Vincent Date: Sun, 19 Apr 2020 19:18:12 -0300 Subject: [PATCH] Fix typo in README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c363ebe..c5f0cd1 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ services.AddRazorPages(); services.AddControllers(); ``` -Routing is also a bit different, and more granular in 3.0. You'll need to the following code at the bottom of the `Configure` method in `Startup.cs` for 3.x: +Routing is also a bit different, and more granular in 3.0. You'll need to add the following code at the bottom of the `Configure` method in `Startup.cs` for 3.x: ``` app.UseRouting();