diff --git a/README.md b/README.md index a793e204b..9aa1f0c9b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can spin chrome locally together with other applications. Use `LOCAL_APPS` t For illustration, to deploy Advisor together with Insights Chrome, you would require to 1. Run Advisor on any available port with `npm run start -- --port=8004` or `npm run start:beta -- --port=8004`, -2. Run Chrome and list the Advisor's port: `LOCAL_APPS=advisor:8004:http npm run dev` or `LOCAL_APPS=advisor:8004:http npm run dev:beta`. +2. Run Chrome and list the Advisor's port: `LOCAL_APPS=advisor:8004~http npm run dev` or `LOCAL_APPS=advisor:8004~http npm run dev:beta`. #### Example 2 (using devServer route)