From b794a4f05580074bc8f9c302360aaff17467f723 Mon Sep 17 00:00:00 2001 From: Joel Denning Date: Mon, 25 Mar 2019 12:08:10 -0600 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 209153b..16c2df6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,18 @@ Now run `ng build`, which will create a `dist` directory with your compiled code ### Check if it works -Now create a directory **in the parent directory of your angular project** that is called `root-config`. Create an `index.html` file in it: +Now create a file **in the parent directory of your angular project** called `index.html` file in it. Your directory structure should look like this: +``` +index.html +nameOfAngularProject +--> dist +----> nameOfAngularProject +------> main.js +--> src +--> package.json +--> angular.json +``` + ```html