From c2439fd540bfc16682faf71530c5c013df021018 Mon Sep 17 00:00:00 2001 From: MinJae Kwon Date: Sun, 23 Feb 2020 02:01:20 +0900 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed2848d2..0d9a1aa6 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ You can start with [quick start](https://diagrams.mingrammer.com/docs/getting-st ## Examples -| Grouped Workers on AWS | Stateful Architecture on k8s | Event Processing on AWS | +| Event Processing on AWS | Stateful Architecture on k8s | On-Premise System Architecture | | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | -| ![grouped workers](https://diagrams.mingrammer.com/img/grouped_workers_diagram.png) | ![stateful architecture](https://diagrams.mingrammer.com/img/stateful_architecture_diagram.png) | ![event processing](https://diagrams.mingrammer.com/img/event_processing_diagram.png) | +| ![event processing](https://diagrams.mingrammer.com/img/event_processing_diagram.png) | ![stateful architecture](https://diagrams.mingrammer.com/img/stateful_architecture_diagram.png) | ![on-premise system architecture diagram](https://diagrams.mingrammer.com/img/on-premise_system_architecture.png) | You can find all the examples on the [examples](https://diagrams.mingrammer.com/docs/getting-started/examples) page.