Ver a proveniência

Apply minor grammar changes to README (#47)

* Apply minor grammar changes to README

* Minor grammar change in text for website
tags/v0.6.4
Knut Hühne há 4 anos
committed by GitHub
ascendente
cometimento
1a724ced4d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
2 ficheiros alterados com 3 adições e 3 eliminações
  1. +2
    -2
      README.md
  2. +1
    -1
      website/pages/en/index.js

+ 2
- 2
README.md Ver ficheiro

@@ -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



+ 1
- 1
website/pages/en/index.js Ver ficheiro

@@ -103,7 +103,7 @@ class Index extends React.Component {
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.
</MarkdownBlock>
<MarkdownBlock>
`Diagram as Code` allows you to **tracking** the architecture diagram changes on any **version control** system.
`Diagram as Code` allows you to **track** the architecture diagram changes in any **version control** system.
</MarkdownBlock>
<MarkdownBlock>
Diagrams currently supports six major providers: `AWS`, `Azure`, `GCP`, `Kubernetes`, `Alibaba Cloud` and `Oracle Cloud`. It now also supports `On-Premise` nodes.


Carregando…
Cancelar
Guardar