aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 94c899f..38d1472 100644
--- a/README.md
+++ b/README.md
@@ -87,9 +87,9 @@ main(int argc, char **argv)
## Example With Threads
-This is like the previous example, but you should compile with -lpthread. This
-is not the most efficient way to build a multi-file project, but this is simply
-for demonstration purposes.
+This is like the previous example, but you should compile with -lpthread.
+This is not the most efficient way to build a multi-file project, but
+this is simply for demonstration purposes.
```c
#include <errno.h>