diff --git a/README.md b/README.md index 88da322..7abf669 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ g++ -lpthread main.cpp If a program uses openMP method use command bellow: ```sh -g++ -lopenmp main.cpp +g++ -fopenmp main.cpp ``` #### 11. Execute the binary: