Skip to content

Commit fe2d79d

Browse files
Update README.md
1 parent bde306a commit fe2d79d

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,24 @@ Date: Wed, 22 Jan 2025 19:07:14 GMT
104104
Hello, World!
105105
```
106106

107+
<details>
108+
<summary>Flowchart diagram</summary>
109+
107110
```mermaid
108111
109112
flowchart TD
110113
A[TdjServer] -->|Receive request| B(Locate TdjWebcomponent)
111114
B --> C{Invoke HTTP method}
112-
C -->|GET| D[run OnGet]
113-
C -->|POST| E[run OnPOst]
115+
C -->|**GET**| D[**run OnGet**]
116+
C -->|POST| E[run OnPost]
114117
C -->|PUT| F[run OnPut]
115118
119+
120+
116121
```
117122

123+
</details>
124+
118125
## Documentation
119126

120127
### API docs

0 commit comments

Comments
 (0)