From db3f59984b88b0b3dac890f2a7a9f73d07af8f47 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Tue, 16 Sep 2014 12:09:44 -0600 Subject: [PATCH] Updating README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08e152e1..6e39714a 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ axios.all([getUserAccount(), getUserPermissions()]) })); ``` -## Request API +## axios API Requests can be made by passing the relevant config to `axios`. @@ -136,7 +136,7 @@ Helper functions for dealing with concurrent requests. ##### axios.all(iterable) ##### axios.spread(callback) -### Config +## Request API This is the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified.