Fix typoes with previous change.

This commit is contained in:
Eric Haszlakiewicz
2020-07-12 19:17:59 +00:00
parent fe480073f7
commit 6a0b2d669f

View File

@@ -12,8 +12,8 @@ For information about building json-c, see the <a href="https://github.com/json-
<p>Current release: <a href="json-c-current-release/doc/html/index.html">json-c-0.14</a>
<br>Best starting points:
<a href="json-c-current-releaes/doc/html/json__object_8h.html">json_object.h</a> or
<a href="json-c-current-releaes/doc/html/json__tokener_8h.html">json_tokener.h</a>
<a href="json-c-current-release/doc/html/json__object_8h.html">json_object.h</a> or
<a href="json-c-current-release/doc/html/json__tokener_8h.html">json_tokener.h</a>
You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.14/tests/">the tests directory</a> for some examples.<br>
One of the simplest examples is