From 8749a507975424093ff7e3af3bf871a9b0355258 Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Thu, 24 Oct 2024 11:27:32 +0200 Subject: [PATCH] Update README.md Clarify the example, to make the point clearer that its about the format (and not a different action ...). This has also been done in the code documentation a couple of years ago: https://github.com/rails/actionpack-action_caching/commit/1ad693a3a6ef9f959a595585851b56a32df36215 . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7da74..660d99d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Different representations of the same resource, e.g. are treated like separate requests and so are cached separately. Keep in mind when expiring an action cache that `action: "lists"` is not the same as -`action: "list", format: :xml`. +`action: "lists", format: :xml`. You can modify the default action cache path by passing a `:cache_path` option. This will be passed directly to