Skip to content

Commit 9504da6

Browse files
committed
Merge branch 'master' of github.com:imcvampire/vue-axios
2 parents c8f1927 + 2c625f8 commit 9504da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Vue.use(VueAxios, axios)
1717
```
1818

1919
### Script:
20-
Just add 3 script in order: `vue`, `axios` and `vue-axios` to your `document`.
20+
Just add 3 scripts in order: `vue`, `axios` and `vue-axios` to your `document`.
2121

2222
## Usage:
23-
This wrapper bind `axios` to var `Vue` or `this` if you're using single file component.
23+
This wrapper bind `axios` to `Vue` or `this` if you're using single file component.
2424

2525
You can `axios` like this:
2626
```

0 commit comments

Comments
 (0)