From 79bd573a6d74b24abb6c4050052ccfda8e50cc8e Mon Sep 17 00:00:00 2001 From: imfunny <36105478+imfunniee@users.noreply.github.com> Date: Wed, 8 May 2019 21:38:13 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc025f..cc58cf4 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,11 @@ c. After its done installing the dependencies run this command where `username` ``` $ node build --name username ``` +This will create `index.css` and `index.html` files in your working directory. d. Congrats, you just made yourself a personal website. -e. To run your website simply type `index.html` and hit enter in your terminal. +e. To run your website open `index.html` or simply type `index.html` and hit enter in your terminal. > if you get stuck somewhere or get an error, please create an issue