Skip to content

Commit 8a0b179

Browse files
committed
doc: add yarn add to readme
1 parent 0f8be5c commit 8a0b179

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ Vue bindings for [react-query](https://github.com/tannerlinsley/react-query)
88

99
1. Installation
1010

11-
`npm install vue-react-query`
11+
```
12+
npm install vue-react-query
13+
```
14+
15+
or
16+
17+
```
18+
yarn add vue-react-query
19+
```
1220

1321
2. Attach vue-react-query to your Vue application
1422

0 commit comments

Comments
 (0)