From a42426f9b2a42fc586737c03cdc487b86d47796e Mon Sep 17 00:00:00 2001 From: Dmitry Protko <126602167+dzmprt@users.noreply.github.com> Date: Wed, 17 Sep 2025 12:49:03 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce0a594..5b7c84f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ builder.Services.AddRequestsInMemoryCache() ``` > [!WARNING] -> Make sure `.AddRequestsInMemoryCache()` is registered as the last `IPipelineBehavior`. Cached responses will short-circuit the pipeline and prevent further execution** +> Make sure `.AddRequestsInMemoryCache()` is registered as the last `IPipelineBehavior`. Cached responses will short-circuit the pipeline and prevent further execution To customize `MemoryCache` options and specify assemblies to scan: