From 7172dffdc9db52385f6b7017d9e6a42f7b79e4a9 Mon Sep 17 00:00:00 2001 From: nishans08 <71048600+nishans08@users.noreply.github.com> Date: Tue, 26 Jul 2022 02:27:52 -0700 Subject: [PATCH] fix errors in README.md dogpile.cache is next generation replacement for Beaker made by same authors -> dogpile.cache is a next generation replacement for Beaker made by the same authors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17bbbe2dc..1a6409bcd 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [beaker](https://github.com/bbangert/beaker) - A WSGI middleware for sessions and caching. * [django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) - Automatic caching and invalidation for Django models. * [django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation. -* [dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is next generation replacement for Beaker made by same authors. +* [dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is a next generation replacement for Beaker made by the same authors. * [HermesCache](https://pypi.org/project/HermesCache/) - Python caching library with tag-based invalidation and dogpile effect prevention. * [pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](https://libmemcached.org/libMemcached.html) interface. * [python-diskcache](http://www.grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis.