From 8b16862043b1e1cd7fce2ce34c6601f1c0b24776 Mon Sep 17 00:00:00 2001 From: Arnel Helja Date: Fri, 8 Apr 2022 12:37:53 +0200 Subject: [PATCH] Fix Readme - missing script: build:watch Elliott Thompson forgot to update Readme after "Examples browser refactor (#3897)" --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 80d514bcba5..28bfc8fec79 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,7 +15,7 @@ npm install ``` Now run the following two commands in two separate terminals: ``` -npm run build:watch +npm run watch ``` and ```