README.md in cheesy-gallery-1.0.0 vs README.md in cheesy-gallery-1.1.0

- old
+ new

@@ -42,9 +42,15 @@ </script> ``` at the bottom of the layout. +## Caching + +This plugin uses aggressive caching to keep render times short. +If you need to re-render images for any reason, remove the `.jekyll-cache` folder or change the `_config.yml` file. +See the [Cache API tutorial](https://jekyllrb.com/tutorials/cache-api/) for some background. + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. There is also a test site in `spec/fixtures/test_site` that you can use to try out changes. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).