Skip to content

Commit 9f6f2d2

Browse files
author
Charlie Kassel
committed
prefer npm
1 parent e595f8b commit 9f6f2d2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,21 @@ A datepicker Vue component. Compatible with Vue 2.x
1717
- [Highlighted dates](#highlighted-dates)
1818
- [Translations](#translations)
1919

20-
NB. Vue 1.x was supported up to version v0.9.9. If you want to use this component with Vue 1.x you can install with `yarn install [email protected]`
20+
NB. Vue 1.x was supported up to version v0.9.9. If you want to use this component with Vue 1.x you can install with `npm install [email protected]`
2121

2222
## Demo
2323

2424
To view a demo online:
2525
https://codesandbox.io/s/mpklq49wp
2626

27-
To view demo examples locally clone the repo and run `yarn install && yarn serve`
27+
To view demo examples locally clone the repo and run `npm install && npm run serve`
2828

2929
## Install
3030

3131
``` bash
3232
npm install vuejs-datepicker --save
3333
```
34-
or
35-
``` bash
36-
yarn add vuejs-datepicker
37-
```
34+
3835

3936
``` javascript
4037
import Datepicker from 'vuejs-datepicker';

0 commit comments

Comments
 (0)