From 7387829d33bc08b805477acdb24e1acaaf597f42 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Fri, 13 Mar 2015 17:16:45 -0600 Subject: [PATCH] Updating README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb569d5..faed339 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ The response for a request contains the following information. status: 200, // `statusText` is the HTTP status message from the server response - status: 'OK', + statusText: 'OK', // `headers` the headers that the server responded with headers: {},