From ee17dd382f911c66a3202fc568f66bcf912826fc Mon Sep 17 00:00:00 2001 From: NewMountain Date: Tue, 9 Nov 2021 23:00:09 -0800 Subject: [PATCH] Remove Outdated instructions in README for generating phonenix.js (#4580) As outlined in [Issue #4573](https://github.com/phoenixframework/phoenix/issues/4573), `After the switch to ESbuild, there is no longer a "watch" task` This PR commit removes the outdated line from the `README.md` --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0f64745939..ea76288d75 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ $ mix archive.build ```bash $ cd assets $ npm install -$ npm run watch ``` ## Important links