2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Updating README

This commit is contained in:
mzabriskie
2015-03-13 17:16:45 -06:00
parent bc49510b64
commit 7387829d33
+1 -1
View File
@@ -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: {},