From a9019f2282a3f12c854127ec6cf78ed8450359fe Mon Sep 17 00:00:00 2001 From: John Wagenleitner Date: Tue, 1 Feb 2011 22:26:45 -0800 Subject: [PATCH] Corrected filename --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b8a9c2ae9..bf6e80122 100755 --- a/README +++ b/README @@ -32,7 +32,7 @@ JSONArray.java: The JSONObject 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. -JSONTokenizer.java: The JSONTokener breaks a text into a sequence of individual +JSONTokener.java: The JSONTokener breaks a text into a sequence of individual tokens. It can be constructed from a String, Reader, or InputStream. JSONException.java: The JSONException is the standard exception type thrown