From f279939181db08dff303e2b4cf8748f486b76572 Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 21 Apr 2022 14:45:03 +0100 Subject: [PATCH] Fix more long-form npm script examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bc1223..5ba36ab 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,9 @@ The test script expects a compatible installed bridge version and a packaged ext Test results will be displayed in the terminal and within the opened browser tab. Chrome may take some time to initialize the media router component before the cast API is available for testing. ```sh -$ npm run build --prefix ./app +$ npm run build:app $ npm run install-manifest -$ npm run package --prefix ./ext +$ npm run package:ext $ npm test # Or if testing in Chrome