diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index 45976e6302..d019ff59f3 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -1348,7 +1348,7 @@ Once these are done, run: npm install -Soon you can load Angular dependencies into the application using `index.html`, +Soon you can load Angular dependencies into the application inside `index.html`, but first you need to do some directory path adjustments. You'll need to load files from `node_modules` and the project root instead of from the `/app` directory as you've been doing to this point.