From 14ca7329204b30cb62728284dbfa144d18fbb67a Mon Sep 17 00:00:00 2001 From: Zike Yang Date: Wed, 14 Feb 2024 17:30:21 +0800 Subject: [PATCH] docs: fix readme format (#133) Signed-off-by: Zike Yang --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7e62c0e..15701096 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ and the processing guarantees of the messages. ## Directory Structure The Function Stream project is organized as follows: -. +```plaintext ├── LICENSE # The license for Function Stream ├── Makefile # Contains build automation and commands ├── README.md # README file for the project @@ -86,6 +86,7 @@ The Function Stream project is organized as follows: ├── restclient # REST client library ├── server # Server-side application source files └── tests # Contains test scripts and test data +``` ## Building Instructions