Skip to content

Commit b79f88b

Browse files
authored
Merge pull request #267 from Gerfaut/patch-1
Update readme.md - Fix yarn add CLI
2 parents cd98ac1 + 7f28f09 commit b79f88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This component is only compatible with Vue `2.6.14` and above.
7777
npm install --save vue-advanced-chat
7878

7979
# Using yarn
80-
yarn add --save vue-advanced-chat
80+
yarn add vue-advanced-chat
8181

8282
# Using CDN
8383
<script src="https://cdn.jsdelivr.net/npm/vue-advanced-chat@0.8.8/dist/vue-advanced-chat.min.js"></script>

0 commit comments

Comments
 (0)