Fix typo in readme (#136)

Relates to #129
This commit is contained in:
Pooja Sahu
2020-10-02 06:51:25 +05:30
committed by GitHub
parent 73f044ecf9
commit 07f51c242c

View File

@@ -17,7 +17,7 @@ container names.
It is possible to compile this library as either static `.a` or dynamic `.so`:
1. A static library is slightly faster than a dynamic one, however, if the
library is modified, the entire project codebase which uses it will need to be
recompiled.
relinked.
2. A dynamic library can be changed without recompiling the codebase, assuming
no function definitions have changed.