Skip to content

Commit 8749a50

Browse files
authored
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: 1ad693a .
1 parent 05c821e commit 8749a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Different representations of the same resource, e.g.
5959
are treated like separate requests and so are cached separately.
6060
Keep in mind when expiring an action cache that
6161
`action: "lists"` is not the same as
62-
`action: "list", format: :xml`.
62+
`action: "lists", format: :xml`.
6363

6464
You can modify the default action cache path by passing a
6565
`:cache_path` option. This will be passed directly to

0 commit comments

Comments
 (0)