diff --git a/README.md b/README.md index ec8e018..0ed00a0 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ The cache key that the cache will be saved as is based on: - The run attempt number > [!NOTE] -> If in your workflow if you do not use a matrix for concurrency you should make `cache-name` such that it is unique for -> concurrent jobs, otherwise caching may not be effective. +> If there is job concurrency that is not fully defined by a matrix you should ensure that `cache-name` is +> unique for each concurrent job, otherwise caching may not be effective. ### Cache Retention