From dd823f83611c32f3365c324642067c2a7e1648b3 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Mon, 4 Dec 2023 18:02:11 -0600 Subject: [PATCH] Update URL for Satis Updates the Satis url from `newfold.github.io` to the correct `newfold-labs.github.io`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f5c47..e128237 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A module for managing caching functionality. ### 1. Add the Newfold Satis to your `composer.json`. ```bash - composer config repositories.newfold composer https://newfold.github.io/satis + composer config repositories.newfold composer https://newfold-labs.github.io/satis ``` ### 2. Require the `newfold-labs/wp-module-performance` package.