Skip to content

Commit 28050c0

Browse files
committed
docs: README.md: fix diagram
1 parent 231574e commit 28050c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,16 @@ provider, _ := callsystem.New(
207207

208208
```
209209
┌─────────────────────────────────────────────────────────────┐
210-
│ Phone Call Flow
210+
│ Phone Call Flow │
211211
├─────────────────────────────────────────────────────────────┤
212-
212+
│ │
213213
│ Caller ←→ Telnyx PSTN ←→ Media Streaming ←→ Your Server │
214-
214+
│ │
215215
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────────┐ │
216216
│ │ CallSystem │ │ Transport │ │ Agent │ │
217217
│ │ (calls) │←──→│ (audio) │←──→│ (TTS/STT) │ │
218218
│ └─────────────┘ └─────────────┘ └─────────────────┘ │
219-
219+
│ │
220220
└─────────────────────────────────────────────────────────────┘
221221
```
222222

0 commit comments

Comments
 (0)