Skip to content

Commit 0d38d3d

Browse files
authored
Update README.md
1 parent 30998f3 commit 0d38d3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Just add 3 scripts in order: `vue`, `axios` and `vue-axios` to your `document`.
2222
## Usage:
2323
This wrapper bind `axios` to `Vue` or `this` if you're using single file component.
2424

25-
You can `axios` like this:
25+
You can use `axios` like this:
2626
```js
2727
Vue.axios.get(api).then((response) => {
2828
console.log(response.data)
@@ -36,3 +36,5 @@ this.$http.get(api).then((response) => {
3636
console.log(response.data)
3737
})
3838
```
39+
40+
Please kindly check full documention of [axios](https://github.com/axios/axios) too

0 commit comments

Comments
 (0)