Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
TechyGuy17 committed Jun 2, 2022
1 parent f8f066a commit bdabdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The POS machines idea is also rather simple, as a start we have a ESP8266 with a
```mermaid
flowchart LR
id1(Card: Wallets, change address) --> id2(Scanner: ESP8266 takes in raw data, returns JSON to POS machine);
id2(Scanner: ESP8266 takes in raw data, returns JSON to POS machine) --> --> id3(POS machine: Uses the wallets to get out the money form wallets, sends change to change address);
id2(Scanner: ESP8266 takes in raw data, returns JSON to POS machine) --> id3(POS machine: Uses the wallets to get out the money form wallets, sends change to change address);
```

Expand Down

0 comments on commit bdabdd6

Please sign in to comment.