diff --git a/README.md b/README.md index 9d22f19..a033129 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ follow mutable infrastructure paradigm. In immutable infrastructure paradigm, every change is actually new infrastructure. So a change to a server will result in a new server instead of updating it. Terraform is an example of technology -which follows the mutable infrastructure paradigm. +which follows the immutable infrastructure paradigm.