From 839fcca5e228fc2e99dc4e6d298876a5e61023c3 Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Fri, 29 Aug 2014 17:00:18 -0600 Subject: [PATCH] Updating README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c286b1..733663a 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ When using the alias methods `url`, `method`, and `data` properties don't need t ### Config -This is the available config options for making requests. Only the `url` is required. Requests will default to `GET` if not specified. +This is the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified. ```js {