diff --git a/README.md b/README.md index a7ffd94..9304489 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ rjp (rexy's json parser) is a very simplistic json parser written in C. There is Also includes rjp++, a C++ wrapper around the core rjp library. Building of this library can be disabled with cmake and is currently impossible to build since I haven't released librexy to my public gitlab yet. Remind me to update this readme when I do release that library. ## Building -Building will produce a static library by default but can be configured to build a shared library. +Building will produce a shared library by default but can be configured to build a static library. ##### Run the following commands ```