From d6b973e047f619b52d3bc9e06b6a15657b06b86d Mon Sep 17 00:00:00 2001 From: Awildidiot <69577313+0xfadead@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:03:49 +0100 Subject: [PATCH] Fix underline bug in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fee4a42..38e8fb5 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ You can download and install JSON-C using the [vcpkg](https://github.com/Microso The JSON-C port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. - + Building for Android ---------------------- @@ -270,7 +270,7 @@ cmake \ make install ``` - + Linking to `libjson-c` ---------------------- @@ -308,7 +308,7 @@ cd build cmake -DCMAKE_PREFIX_PATH=/path/to/json_c/install/lib64/cmake .. ``` - + Using json-c ------------ -- 2.39.5