Skip to content

Commit ce3dbc7

Browse files
authored
Fix a small formatting error in readme
1 parent e34e337 commit ce3dbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ std::cout << "(main) Waited for 5s" << std::endl;
3030
3131
## Troubleshooting
3232
33-
Error message `undefined reference to `pthread_create'` means that you need to add `-lpthread` to the compiler options.
33+
Error message `undefined reference to 'pthread_create'` means that you need to add `-lpthread` to the compiler options.

0 commit comments

Comments
 (0)