Skip to content

Commit 35553b1

Browse files
committed
docs: fix ASCII diagram alignment
1 parent 8884596 commit 35553b1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -274,23 +274,23 @@ Time: 12.45s
274274
│ SLASHSUM │
275275
├─────────────────────────────────────────────────────────────────┤
276276
│ │
277-
│ ┌─────────┐ ┌──────────────┐ ┌─────────────────────┐ │
278-
│ │ File │───>│ Reader │───>│ Crossbeam Channel │ │
279-
│ │ (disk) │ │ (1MB chunks) │ │ (broadcaster) │ │
280-
│ └─────────┘ └──────────────┘ └──────────┬──────────┘ │
277+
│ ┌─────────┐ ┌──────────────┐ ┌─────────────────────┐ │
278+
│ │ File │───>│ Reader │───>│ Crossbeam Channel │ │
279+
│ │ (disk) │ │ (1MB chunks) │ │ (broadcaster) │ │
280+
│ └─────────┘ └──────────────┘ └──────────┬──────────┘ │
281281
│ │ │
282282
│ ┌─────────────────────────────┼───────┐ │
283283
│ │ │ │ │
284284
│ v v v │
285-
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ... │
286-
│ │ CRC32 │ │ MD5 │ │ SHA-1 │ │
287-
│ │ (thread) │ │ (thread) │ │ (thread) │ │
288-
│ └────┬─────┘ └────┬─────┘ └────┬─────┘ │
285+
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ...
286+
│ │ CRC32 │ │ MD5 │ │ SHA-1 │
287+
│ │ (thread) │ │ (thread) │ │ (thread) │
288+
│ └────┬─────┘ └────┬─────┘ └────┬─────┘
289289
│ │ │ │ │
290290
│ v v v │
291-
│ ┌─────────────────────────────────────────────┐ │
292-
│ │ Result Aggregator │ │
293-
│ └─────────────────────────────────────────────┘ │
291+
│ ┌─────────────────────────────────────────────┐
292+
│ │ Result Aggregator │
293+
│ └─────────────────────────────────────────────┘
294294
│ │ │
295295
│ v │
296296
│ ┌────────────┐ │

0 commit comments

Comments
 (0)