From 103a04100a483c9223efafef7734991d1acd71c6 Mon Sep 17 00:00:00 2001 From: John Stratton Date: Mon, 16 Oct 2017 00:33:55 -0400 Subject: [PATCH] removed ref to 'src' 'public' is located outside of 'src' in week2 to week8 --- week2/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week2/readme.md b/week2/readme.md index facbaf3..ff412db 100644 --- a/week2/readme.md +++ b/week2/readme.md @@ -35,7 +35,7 @@ npm install ``` ## Serve a static page -1. Create a "public" directory inside the `src` directory +1. Create a "public" directory ``` mkdir public ```