From bfc34e20a9b19ffd5369cc660671004dee907863 Mon Sep 17 00:00:00 2001 From: Rain Jiang Date: Thu, 7 Dec 2023 15:11:25 -0800 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7bd908..971e46c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Monolake -Monolake is a Rust-based high performance Layer 7 proxy framework which is built on the [Monoio](https://github.com/bytedance/monoio) runtime. +Monolake is a Rust-based high performance Layer 4/7 proxy framework which is built on the [Monoio](https://github.com/bytedance/monoio) runtime. ## Quick Start +The following guide is using to try monolake with the basic proxy features. + ### Preparation ```bash