diff --git a/README.md b/README.md index a460c3c..1dbd9b6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ schema = strawberry.Schema( ### Django -For Django users, a Django cache backend is available. +For Django users, a Django cache backend is available. This uses the default cache set in Django. ```python from strawberry_persisted_queries.django_cache import DjangoPersistedQueryCache