Skip to content

Commit 14ca732

Browse files
authored
docs: fix readme format (#133)
Signed-off-by: Zike Yang <zike@apache.org>
1 parent 451500b commit 14ca732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ and the processing guarantees of the messages.
6767
## Directory Structure
6868

6969
The Function Stream project is organized as follows:
70-
.
70+
```plaintext
7171
├── LICENSE # The license for Function Stream
7272
├── Makefile # Contains build automation and commands
7373
├── README.md # README file for the project
@@ -86,6 +86,7 @@ The Function Stream project is organized as follows:
8686
├── restclient # REST client library
8787
├── server # Server-side application source files
8888
└── tests # Contains test scripts and test data
89+
```
8990

9091
## Building Instructions
9192

0 commit comments

Comments
 (0)