Skip to content

Commit 8cdfcd0

Browse files
committed
Fix options params, Change the order, Add documentation for instance also
1 parent 2e0adc1 commit 8cdfcd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ For convenience aliases have been provided for all supported request methods.
139139
##### axios.get(url[, config])
140140
##### axios.delete(url[, config])
141141
##### axios.head(url[, config])
142+
##### axios.options(url[, config])
142143
##### axios.post(url[, data[, config]])
143144
##### axios.put(url[, data[, config]])
144145
##### axios.patch(url[, data[, config]])
145-
##### axios.options(url[, data[, config]])
146146

147147
###### NOTE
148148
When using the alias methods `url`, `method`, and `data` properties don't need to be specified in config.
@@ -176,6 +176,7 @@ The available instance methods are listed below. The specified config will be me
176176
##### axios#get(url[, config])
177177
##### axios#delete(url[, config])
178178
##### axios#head(url[, config])
179+
##### axios#options(url[, config])
179180
##### axios#post(url[, data[, config]])
180181
##### axios#put(url[, data[, config]])
181182
##### axios#patch(url[, data[, config]])

0 commit comments

Comments
 (0)