소스 검색

README.md: fixed formatting

IvanVoid 9 년 전
부모
커밋
0b807e21a4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
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
+- Dave Gamble, Aug 2009