Browse Source

Merge pull request #878 from 0xfadead/readme-fix-underline

Fix underline bug in README
pull/884/head
Eric Hawicz GitHub 10 months ago
parent
commit
c63d4a4194
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -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. 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.


<a name="android">
<a name="android"></a>
Building for Android Building for Android
---------------------- ----------------------


@@ -270,7 +270,7 @@ cmake \
make install make install
``` ```


<a name="linking">
<a name="linking"></a>
Linking to `libjson-c` Linking to `libjson-c`
---------------------- ----------------------


@@ -308,7 +308,7 @@ cd build
cmake -DCMAKE_PREFIX_PATH=/path/to/json_c/install/lib64/cmake .. cmake -DCMAKE_PREFIX_PATH=/path/to/json_c/install/lib64/cmake ..
``` ```


<a name="using">
<a name="using"></a>
Using json-c Using json-c
------------ ------------




Loading…
Cancel
Save