From f9be4b4bd5144f670b8137560992a3e63044270f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20L=C3=A9caillon?= Date: Thu, 6 Jun 2019 21:14:26 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a8b44a..9feffd9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ services.AddDistributedMemoryCache(); // Register Cassette in the DI container services.AddCassette(options => { - options.KeyPrefix = "Cassette"; - options.CacheEntryOption.AbsoluteExpirationRelativeToNow = TimeSpan.FromHours(1); + options.KeyPrefix = "Cassette"; + options.CacheEntryOption.AbsoluteExpirationRelativeToNow = TimeSpan.FromHours(1); }); ``` + +### Configuration