1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-19 00:40:11 -07:00

doc typo fix

This commit is contained in:
Pavlo Buidenkov 2021-02-12 21:34:22 +02:00
parent 7695589812
commit 348bf758e3
3 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ globally on your machine.
in root `./` folder of project run this: in root `./` folder of project run this:
``` ```
yarn test --updateSnapshot yarn jest --updateSnapshot
``` ```
in Deskreen Viewer `./app/client` folder of project run this: in Deskreen Viewer `./app/client` folder of project run this:

View File

@ -120,7 +120,7 @@ Docs coming soon. Stay tuned.
in root `./` folder of project run this: in root `./` folder of project run this:
``` ```
yarn test --updateSnapshot yarn jest --updateSnapshot
``` ```
in Deskreen Viewer `./app/client` folder of project run this: in Deskreen Viewer `./app/client` folder of project run this:

View File

@ -153,7 +153,7 @@ You need to add it in two places: 1. host app, that runs on a computer and 2. cl
in root `./` folder of project run this: in root `./` folder of project run this:
``` ```
yarn test --updateSnapshot yarn jest --updateSnapshot
``` ```
in Deskreen Viewer `./app/client` folder of project run this: in Deskreen Viewer `./app/client` folder of project run this: