From 308f9206dc6fded740f4e3475315c8496d3f8399 Mon Sep 17 00:00:00 2001 From: Craig Robson Date: Thu, 15 Oct 2020 13:36:20 -0700 Subject: [PATCH] Fix typo in README.md. (#125) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6170e37..d5fe45e2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ RollingUpgrade provides a Kubernetes native mechanism for doing rolling-updates ## Design -For each RollingUprade custom resource that is submitted, the following flowchart shows the sequence of actions taken to [perform the rolling-update](docs/RollingUpgradeDesign.png) +For each RollingUpgrade custom resource that is submitted, the following flowchart shows the sequence of actions taken to [perform the rolling-update](docs/RollingUpgradeDesign.png) ## Dependencies