2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Updating README

This commit is contained in:
Matt Zabriskie
2014-08-29 17:00:18 -06:00
parent 5a00ff00e8
commit 839fcca5e2
+1 -1
View File
@@ -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
{