From 36e3617b4ae14ccc155dcef3e868f2b3207b6818 Mon Sep 17 00:00:00 2001 From: Sebastien Sikora Date: Tue, 30 Nov 2021 17:12:44 +0000 Subject: [PATCH] Updating README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 179c018..198154f 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ int main(int argc, char *argv[]) { ```
-Compile `server_demo.cpp` and `client_demo.cpp`, run `server_demo`: +Compile `server_demo.cpp` and `client_demo.cpp`, then execute `server_demo` from within the project directory:
```