From 46fe7be044a01b4695fdefe162b0cbf6dce60f06 Mon Sep 17 00:00:00 2001 From: Kyle Cupp Date: Tue, 18 Feb 2025 16:36:50 -0500 Subject: [PATCH] fix a typo in examples/redis/sentinel/README.md --- examples/redis/sentinel/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/redis/sentinel/README.md b/examples/redis/sentinel/README.md index 3e568d3..59a93f2 100644 --- a/examples/redis/sentinel/README.md +++ b/examples/redis/sentinel/README.md @@ -4,8 +4,7 @@ This example creates highly-available Redis workload on the Control Plane platfo others are read-only replicas. A trio of sentinels monitors the master. In the event of a master failure, the sentinels will elect and promote one of the read-only replicas to master. -### Steps to run this example: -~~~~ +### Steps to run this example:~~~~ **HELM** The [Helm CLI](https://helm.sh/docs/intro/install/#through-package-managers) and [Control Plane CLI](https://docs.controlplane.com/reference/cli#install-npm) must be installed.