diff --git a/README.md b/README.md index 3e4409b..5a57c02 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ In your answer you can mention one or more of the following:
Explain mutable vs. immutable infrastructure
-In mutable infrastructure paradigm, changes applied on top of the existing infrastructure and over time +In mutable infrastructure paradigm, changes are applied on top of the existing infrastructure and over time the infrastructure builds up a history of changes. Ansible, Puppet and Chef are examples to tools which follow mutable infrastructure paradigm.