From 858c9f62a7f78db4215e2721960f9752ab836c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20H=C3=BChne?= Date: Sat, 29 Feb 2020 11:48:38 +0100 Subject: [PATCH] Apply minor grammar changes to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96818a3b..20dcf96e 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Diagrams lets you draw the cloud system architecture **in Python code**. It was born for **prototyping** a new system architecture design without any design tools. You can also describe or visualize the existing system architecture as well. Diagrams currently supports six major providers: `AWS`, `Azure`, `GCP`, `Kubernetes`, `Alibaba Cloud` and `Oracle Cloud`. It now also supports `On-Premise` nodes. -**Diagram as Code** also allows you to **tracking** the architecture diagram changes on any **version control** system. +**Diagram as Code** also allows you to **track** the architecture diagram changes in any **version control** system. -> 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. +> NOTE: It does not control any actual cloud resources nor does it generate cloud formation or terraform code. It is just for drawing the cloud system architecture diagrams. ## Getting Started