From 07f51c242ce6646d37d0f5feaa2946acda0576f1 Mon Sep 17 00:00:00 2001 From: Pooja Sahu <68287919+Pseudopooja@users.noreply.github.com> Date: Fri, 2 Oct 2020 06:51:25 +0530 Subject: [PATCH] Fix typo in readme (#136) Relates to #129 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae6b90b..187c938 100644 --- a/README.md +++ b/README.md @@ -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.