From 2a166e65d8d9ae2d0fdbd2ee41a88b485df0216c Mon Sep 17 00:00:00 2001 From: Adonis Puente <60629070+adonispuente@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:02:53 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b76fa268b..011480c85 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ For illustration, to deploy Advisor together with Insights Chrome, you would req 1. Ensure Advisor has the 'static: fec static' script 2. Run Advisor with `npm run static` -3. In Chrome, add advisor to the routes portion inside webpack.config.js `...(true && { '/apps/inventory': { host: 'http://localhost:8003', }, }),` +3. In Chrome, add advisor to the routes portion inside webpack.config.js `...(true && { '/apps/advisor': { host: 'http://localhost:8003', }, }),` 4. In Chrome then run `npm run dev` - If youd like to run against a different env, this can be altered with the env variable, ex. 'prod-stable'.