diff --git a/README.md b/README.md index 77dbff6bfe..2909c8d132 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Layotto (L8): To be the next layer of OSI layer 7

- + [![Layotto Env Pipeline 🌊](https://github.com/mosn/layotto/actions/workflows/proto-checker.yml/badge.svg)](https://github.com/mosn/layotto/actions/workflows/quickstart-checker.yml) [![Layotto Dev Pipeline 🌊](https://github.com/mosn/layotto/actions/workflows/layotto-ci.yml/badge.svg)](https://github.com/mosn/layotto/actions/workflows/layotto-ci.yml) @@ -43,7 +43,8 @@ As shown in the architecture diagram below, Layotto uses the open source MOSN as Layotto provides SDKs in various languages. The sdk interacts with Layotto through grpc. Application developers only need to specify their own infrastructure type through the configuration file [configure file](./configs/runtime_config.json) provided by Layotto. No coding changes are required, which greatly improves the portability of the program. -![Architecture](https://raw.githubusercontent.com/mosn/layotto/main/docs/img/runtime-architecture.png) + + ## Quickstarts