From: Awildidiot <69577313+0xfadead@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:03:49 +0000 (+0100) Subject: Fix underline bug in README X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F878%2Fhead;p=thirdparty%2Fjson-c.git Fix underline bug in README --- 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 ------------