From: Tobias Nießen Date: Sun, 9 Jan 2022 23:12:25 +0000 (+0100) Subject: Fix typo in README X-Git-Tag: json-c-0.16-20220414~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F737%2Fhead;p=thirdparty%2Fjson-c.git Fix typo in README --- diff --git a/README.md b/README.md index 09bc4d54..019e9201 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ cmake -DCMAKE_PREFIX_PATH=/path/to/json_c/install/lib64/cmake .. Using json-c ------------ -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.