Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Mar 28, 2024
1 parent 1a92b51 commit ba7e754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ However, Cache Flag is still a valid alternative to the native `{% cache %}` tag

* Implement automatic or manual bulk template cache invalidation (optionally, in combination with Craft's native element-based cache invalidation)
* Cache arbitrary HTML output and implement your own invalidation strategies for it
* Have completely cold template caches (like the [Cold Cache plugin](https://github.com/pixelandtonic/ColdCache), which is not available for Craft 3 or 4)
* Have completely cold template caches (like the [Cold Cache plugin](https://github.com/pixelandtonic/ColdCache), which is not available for Craft 5)

## Table of contents

* [Requirements and installation](#requirements-and-installation)
* [Requirements](#requirements)
* [Using Cache Flag](#using-cache-flag)
* [Dynamic flags](#dynamic-flags)
* [Arbitrary flags](#arbitrary-flags)
Expand All @@ -29,7 +29,7 @@ However, Cache Flag is still a valid alternative to the native `{% cache %}` tag
* [Project Config](#project-config)
* [Events](#events)

## Requirements and installation
## Requirements

**This plugin requires Craft CMS 5.0+**

Expand Down
File renamed without changes

0 comments on commit ba7e754

Please sign in to comment.