diff --git a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 77f73e2..df26923 100644 --- a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -109,7 +109,7 @@ as in the following screenshot: Move to the SPA app folder (`cd eShopOnContainers\src\Web\WebSPA`) and run `npm install` -* Then, run the command npm run build:prod as shown below: +Then, run the command `npm run build:prod` as shown below: After a successful execution of those npm commands, move to the next step.