We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451500b commit 14ca732Copy full SHA for 14ca732
README.md
@@ -67,7 +67,7 @@ and the processing guarantees of the messages.
67
## Directory Structure
68
69
The Function Stream project is organized as follows:
70
-.
+```plaintext
71
├── LICENSE # The license for Function Stream
72
├── Makefile # Contains build automation and commands
73
├── README.md # README file for the project
@@ -86,6 +86,7 @@ The Function Stream project is organized as follows:
86
├── restclient # REST client library
87
├── server # Server-side application source files
88
└── tests # Contains test scripts and test data
89
+```
90
91
## Building Instructions
92
0 commit comments