Skip to content

Commit

Permalink
Modified README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Sikora committed Nov 29, 2021
1 parent 5a5dc12 commit 562ae05
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 @@ -118,7 +118,7 @@ Blah.
```cpp
// server_demo.cpp

#include <unistd.h> // sleep(), usleep().
#include <unistd.h> // sleep(), usleep().
#include <ctime> // time().
#include <iostream> // std::cout, std::endl.
#include <string> // std::string.
Expand Down Expand Up @@ -164,7 +164,7 @@ int main (void) {
```cpp
// client_demo.cpp
#include <unistd.h> // sleep(), usleep().
#include <unistd.h> // sleep(), usleep().
#include <ctime> // time().
#include <iostream> // std::cout, std::endl.
#include <string> // std::string.
Expand Down

0 comments on commit 562ae05

Please sign in to comment.