Skip to content

Commit f3c8779

Browse files
used npm instead of yarn in README
1 parent 65cddbb commit f3c8779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: visual-js/visual-snapshots/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ node >= 18
1111
## Installation
1212

1313
```sh
14-
yarn install --save @saucelabs/visual-snapshots
14+
npm install --save @saucelabs/visual-snapshots
1515
```
1616

1717
## Development
1818

1919
Build:
2020

2121
```sh
22-
yarn run build
22+
npm run build
2323
```
2424

2525
Execute:
@@ -31,7 +31,7 @@ node lib/index.js pdf [params]
3131
Run tests:
3232

3333
```sh
34-
yarn run test
34+
npm run test
3535
```
3636

3737
## Reusing pdf conversion code

0 commit comments

Comments
 (0)