2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Update README with request method on static api

This commit is contained in:
Joshua Egan
2016-05-17 15:07:49 -06:00
parent 0d9996b1a0
commit 9a18c393cb
+1
View File
@@ -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])