aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-23 15:45:25 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-23 15:45:25 +0100
commit44c9787d8487c153d1eed1902caa1b504b5b180b (patch)
treecbd2baf7761d0afda40e2f0f7d3787b0c2355b3f
parentaf4345918d6e848bcc2eeb6957bbc8405219e18b (diff)
Reflow text
-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>