Merge pull request #737 from tniessen/patch-1

Fix typo in README
This commit is contained in:
Eric Hawicz
2022-01-11 21:25:38 -05:00
committed by GitHub

View File

@@ -256,7 +256,7 @@ cmake -DCMAKE_PREFIX_PATH=/path/to/json_c/install/lib64/cmake ..
Using json-c <a name="using">
------------
To use json-c you can either include json.h, or preferrably, one of the
To use json-c you can either include json.h, or preferably, one of the
following more specific header files:
* json_object.h - Core types and methods.