Skip to content

Commit

Permalink
fix(protocol/doc): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreiradj committed Apr 18, 2024
1 parent 0464cae commit c07b01a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/serverless_protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ socat -d -d pty,raw,echo=0 pty,raw,echo=0
2. Run the example:

```bash
cargo run --example cargo run --example serverless_protocol_example -- --serial-path-a=<path_to_first_pty> --serial-path-b=<path_to_second_pty>
cargo run --example serverless_protocol_example -- --serial-path-a=<path_to_first_pty> --serial-path-b=<path_to_second_pty>
```

This example will show how processes can communicate over a serial connection.

0 comments on commit c07b01a

Please sign in to comment.