From c771b49960cd2f7b537ac6a224b5699bb8841b92 Mon Sep 17 00:00:00 2001 From: MinJae Kwon Date: Mon, 3 Feb 2020 12:17:53 +0900 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 953ae5fe..c76f6e9a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Diagrams lets you draw the cloud system architecture **in Python code**. It was **Diagram as Code** also allows you to **tracking** the architecture diagram changes on any **version control** system. -> NOTE: It does not control any actual cloud resources like cloudformation or terraform, but just for drawing the cloud system architecutrre diagram. +> NOTE: It does not control any actual cloud resources nor generate cloud formation or terraform code, but just for drawing the cloud system architecture diagrams. ## Getting Started