Fix typo in README

This commit is contained in:
Tobias Nießen
2022-01-10 00:12:25 +01:00
committed by GitHub
parent a5c2e11460
commit 928fa96db7

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.