From a8ba1cc2fb0f81c82f7da0cdde3293dfcd86d679 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Mon, 9 Mar 2020 15:08:10 -0700 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```