From 9a18c393cb70c338d34f782c3f595e778e2f22d8 Mon Sep 17 00:00:00 2001 From: Joshua Egan Date: Tue, 17 May 2016 15:07:49 -0600 Subject: [PATCH] Update README with request method on static api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ea7108..df1d3bf 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ axios('/user/12345'); For convenience aliases have been provided for all supported request methods. +##### axios.request(config) ##### axios.get(url[, config]) ##### axios.delete(url[, config]) ##### axios.head(url[, config])