From 5ef4f58ef14b274d6cf0b88f3d89c223988893d5 Mon Sep 17 00:00:00 2001 From: joumar Date: Mon, 5 Dec 2016 11:55:24 -0300 Subject: [PATCH] [FIX] Update README Fixed C&P typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index ce78da4..e5be06b 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ JSONObject.java: The JSONObject can parse text from a String or a JSONTokener to produce a map-like object. The object provides methods for manipulating its contents, and for producing a JSON compliant object serialization. -JSONArray.java: The JSONObject can parse text from a String or a JSONTokener +JSONArray.java: The JSONArray can parse text from a String or a JSONTokener to produce a vector-like object. The object provides methods for manipulating its contents, and for producing a JSON compliant array serialization.