diff --git a/README.md b/README.md index 91fc3fd..cefaeae 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Here the time cost `t_cost` is set to 2 iterations, the memory cost `m_cost` is set to 216 kibibytes (64 mebibytes), and parallelism is set to 1 (single-thread). -Compile for example as `gcc test.c libargon2.a -Isrc -o test`, if the program +Compile for example as `gcc test.c libargon2.a -Iinclude -o test`, if the program below is named `test.c` and placed in the project's root directory. ```c