From 2f0007c7addf236ad3cdab13d1f04ba801790181 Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 21 Apr 2022 14:19:31 +0100 Subject: [PATCH] Use shortcut scripts in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8535712..e4a59a0 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,13 @@ This will build the ext and app, outputting to `dist/`: Watching ext changes: ````sh -$ npm run watch --prefix ./ext +$ npm run watch:ext ```` Launch Firefox with built extension (run in separate terminal): ````sh -$ npm run start --prefix ./ext +$ npm run start:ext ```` #### 32-bit on Windows