From 0b807e21a441f0346cefd4b0eac42f160e6b81f6 Mon Sep 17 00:00:00 2001 From: IvanVoid Date: Fri, 25 Sep 2015 19:14:39 +0300 Subject: [PATCH] README.md: fixed formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 377f9de..60382e2 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Assume that you got this from a file, a webserver, or magic JSON elves, whatever you have a char * to it. Everything is a cJSON struct. Get it parsed: - cJSON * root = cJSON_Parse(my_json_string); + cJSON * root = cJSON_Parse(my_json_string); This is an object. We're in C. We don't have objects. But we do have structs. What's the framerate? @@ -248,4 +248,4 @@ which are more complex than I'd care to try and stash into a const char array[]. Enjoy cJSON! ----------------------- -- Dave Gamble, Aug 2009 \ No newline at end of file +- Dave Gamble, Aug 2009