From 6461417bf55d9a9007ac0121ab058aa648f93446 Mon Sep 17 00:00:00 2001 From: Karol Pucynski Date: Fri, 18 Oct 2019 15:56:30 +0200 Subject: [PATCH] immutable fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.