Skip to content

Commit 62f05d7

Browse files
committed
Fix alignment in ASCII diagram
This looked wrong in my editor and wrong in GitHub, so I think this is an OK change.
1 parent 4d39f0c commit 62f05d7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/mwl/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ The MWL server is a lightweight, production-ready DICOM worklist solution that:
3030
│ └──────────────────────┘ │ (Task Scheduler)
3131
│ Query & Response │ │
3232
└─────────────────────────────────────────────────────────────┘ │
33-
▲ ▲ ┌───────┴────────┐
34-
│ │ │ reset_main.py │
35-
┌──────┴──────┐ ┌───────┴────────┐ └────────────────┘
36-
│ Modality │ │ Relay Listener │
37-
│ (SCU) │ │ (Populates DB) │
38-
└─────────────┘ └────────────────┘
33+
▲ ▲ ┌───────┴────────┐
34+
│ │ │ reset_main.py │
35+
┌──────┴──────┐ ┌───────┴────────┐ └────────────────┘
36+
│ Modality │ │ Relay Listener │
37+
│ (SCU) │ │ (Populates DB) │
38+
└─────────────┘ └────────────────┘
3939
```
4040

4141
### Workflow

0 commit comments

Comments
 (0)