diff --git a/abstract-factory/README.md b/abstract-factory/README.md index 098140d30..0321f7454 100644 --- a/abstract-factory/README.md +++ b/abstract-factory/README.md @@ -22,7 +22,7 @@ objects without specifying their concrete classes. Real-world example -> To create a kingdom we need objects with a common theme. The elven kingdom needs an elven king, elven castle and elven army whereas the orcish kingdom needs an orcish king, orcish castle, and orcish army. There is a dependency between the objects in the kingdom. +> To create a kingdom we need objects with a common theme. The elven kingdom needs an elven king, elven castle, and elven army whereas the orcish kingdom needs an orcish king, orcish castle, and orcish army. There is a dependency between the objects in the kingdom. In plain words