Skip to content

Commit c63d4a4

Browse files
authored
Merge pull request json-c#878 from 0xfadead/readme-fix-underline
Fix underline bug in README
2 parents 77bb5c5 + d6b973e commit c63d4a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ You can download and install JSON-C using the [vcpkg](https://github.com/Microso
245245

246246
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.
247247

248-
<a name="android">
248+
<a name="android"></a>
249249
Building for Android
250250
----------------------
251251

@@ -270,7 +270,7 @@ cmake \
270270
make install
271271
```
272272

273-
<a name="linking">
273+
<a name="linking"></a>
274274
Linking to `libjson-c`
275275
----------------------
276276

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

311-
<a name="using">
311+
<a name="using"></a>
312312
Using json-c
313313
------------
314314

0 commit comments

Comments
 (0)