Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update graph visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Mar 11, 2024
1 parent 60b9f57 commit 5832458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ graph LR
While[While queue isn't empty]
Take[Take one from queue]
Encode[Wait for encode]
Transmit(Transmit packet 📡)
Transmit([Transmit packet 📡])
While --> Take
Expand Down Expand Up @@ -92,7 +92,7 @@ graph LR
While[While queue isn't empty]
Take[Take one from queue]
Encode[Wait for encode]
Transmit(Transmit packet 📡)
Transmit([Transmit packet 📡])
While --> Take
Expand All @@ -108,7 +108,7 @@ graph LR
WhileStream[While queue isn't empty]
TakeStream[Take one from queue]
EncodeStream[Wait for encode]
TransmitStream(Transmit packet 📡)
TransmitStream([Transmit packet 📡])
WhileStream --> TakeStream
Expand Down

0 comments on commit 5832458

Please sign in to comment.