From 7462c49a139be51f543f774dc8a9a4044110077b Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Fri, 4 Mar 2016 10:41:42 -0700 Subject: [PATCH] Updating README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fb164a..042aff2 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ The available instance methods are listed below. The specified config will be me ##### axios#put(url[, data[, config]]) ##### axios#patch(url[, data[, config]]) -## Request API +## Request Config These are the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified. @@ -261,7 +261,7 @@ These are the available config options for making requests. Only the `url` is re } ``` -## Response API +## Response Schema The response for a request contains the following information.