diff --git a/readme.md b/readme.md index a8aee78c..c4de4961 100644 --- a/readme.md +++ b/readme.md @@ -142,7 +142,7 @@ Notes: # Using the library The preferred usage is including ``, linking with -the shared- or static library, and using the `mi_malloc` API exclusively for allocation. For example, +the shared- or static library, and using the `mi_malloc` API exclusively for allocation. For example. ``` > gcc -o myprogram -lmimalloc myfile.c ```