From 72ba0f633b0bd61eeb146441151ee9520113bc77 Mon Sep 17 00:00:00 2001 From: Brandon Henricks Date: Wed, 10 Jul 2024 20:45:00 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2274814..aaceaee 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ Install-Package XperienceCommunity.OutputCache Output caching is now enabled for your application. The library will automatically handle caching and invalidation based on updates within Xperience by Kentico. To add output caching to your views, use the `OutputCache` attribute on your controller actions: - ```csharp - [OutputCache(PolicyName = "KenticoPolicy")] - public async Task Index() - { - return View(); - } - ``` +```csharp +[OutputCache(PolicyName = "KenticoPolicy")] +public async Task Index() +{ + return View(); +} +``` ## Built With