diff --git a/README.md b/README.md index 45a7a8d..d3d9a8d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ [![Tests](https://github.com/malvads/easycache/actions/workflows/tests.yml/badge.svg)](https://github.com/malvads/easycache/actions/workflows/tests.yml) [![Build](https://github.com/malvads/easycache/actions/workflows/build.yml/badge.svg)](https://github.com/malvads/easycache/actions/workflows/build.yml)

+ +Maybe not the best caching system, but its a caching system :) + EasyCache is an in-memory cache system for Ruby designed for situations where you don't want to set up Redis or Memcached but still need a simple solution for caching key-value data. ## Install