From 02850d48dd9a3a4a398385a23988a0529333ba58 Mon Sep 17 00:00:00 2001 From: Taryn Hill Date: Fri, 10 Nov 2017 18:04:29 -0600 Subject: [PATCH] Add a missing tick to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f3906067e..71b43697d2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The Razor syntax provides a fast, terse, clean, and lightweight way to combine s ``` ### Enabling view compilation -View compilation as part of publishing is enabled by default if you're referencing the Web SDK (`Microsoft.NET.Sdk.Web) that ships with .NET Core 2.0 or later versions. For older versions, add the `MvcRazorCompileOnPublish` property to your project: +View compilation as part of publishing is enabled by default if you're referencing the Web SDK (`Microsoft.NET.Sdk.Web`) that ships with .NET Core 2.0 or later versions. For older versions, add the `MvcRazorCompileOnPublish` property to your project: ```xml