Update readme.md

This commit is contained in:
Shivam7-1 2020-08-04 11:26:46 +05:30 committed by GitHub
parent 71160e2bac
commit 24e2929dde
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ Notes:
# Using the library
The preferred usage is including `<mimalloc.h>`, 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
```