Skip to content

Commit

Permalink
Updating README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Sikora committed Nov 30, 2021
1 parent 99a4da6 commit b211937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The server constructor will return once the communication channel is established
Client parameters are passed to the child process via it's command-line arguments, therefore argc and argv must be passed to the SatTerm_Client constructor.
The parameters are appended directly onto the child binary path string passed to the server constructor following an automatically applied delimiter ("client_args"), so you can use any command-line arguments required by the child process as normal and client constructor will automatically parse the remaining arguments.
The parameters are appended directly onto the child binary path string passed to the server constructor following an automatically applied delimiter ("client_args"), so you can use any command-line arguments required by the child process as normal and the client constructor will automatically parse the remaining arguments.
<br />
```cpp
Expand Down Expand Up @@ -220,7 +220,7 @@ int main(int argc, char *argv[]) {
```
<br />

Compile server_demo.cpp and client_demo.cpp, run server_demo:
Compile `server_demo.cpp` and `client_demo.cpp`, run `server_demo`:
<br />

```
Expand Down

0 comments on commit b211937

Please sign in to comment.