From 79a26d1af0f39db3e1f669fb7113a1769c70496c Mon Sep 17 00:00:00 2001 From: MinJae Kwon Date: Mon, 3 Feb 2020 00:46:55 +0900 Subject: [PATCH] docs: update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 32ea6f0..59c62a6 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,10 @@

Diagrams

**Diagram as Code**. -Diagrams lets you to draw the cloud system architecture **in Python code**. It was born for **prototyping** a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well. +Diagrams lets you to 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 three major cloud providers: `AWS`, `Azure`, `GCP`. **Diagram as Code** also allows you to **tracking** the architecture diagram changes on any **version control** system. -Diagrams currently supports three major cloud providers: `AWS`, `Azure`, `GCP`. - > NOTE: It does not control any actual cloud resources like cloudformation or terraform, but just for drawing the cloud system architecutrre diagram. ## Getting Started