From e40256c1ca85df71c7723b7a1d5be13abf0ad615 Mon Sep 17 00:00:00 2001 From: pgautier404 Date: Thu, 21 Dec 2023 12:15:45 -0800 Subject: [PATCH] fix: update module version in installation instructions (#26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a3901..fb85703 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Momento's free tier limits accounts' transactions per second (TPS) and throughpu ## Installation and Configuration -Add the module with `composer require 'momentohq/drupal-cache:0.5.0'`. +Add the module with `composer require 'momentohq/drupal-cache:0.5.2'`. Enable the `momento_cache` module in your Drupal administrator interface or using `drush en momento_cache`.