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 c7c7dde commit 128f3c7
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 @@ -132,7 +132,7 @@ Blah...
```cpp
// server_demo.cpp

#include <unistd.h> // sleep(), usleep().
#include <unistd.h> // sleep(), usleep().
#include <ctime> // time().
#include <iostream> // std::cout, std::cerr, std::endl.
#include <string> // std::string.
Expand Down Expand Up @@ -181,7 +181,7 @@ Blah...
```cpp
// client_demo.cpp
#include <unistd.h> // sleep(), usleep().
#include <unistd.h> // sleep(), usleep().
#include <ctime> // time().
#include <iostream> // std::cout, std::cerr, std::endl.
#include <string> // std::string.
Expand Down

0 comments on commit 128f3c7

Please sign in to comment.