diff --git a/README.md b/README.md
index fed01a8e77104d82d01f3f6d3ac71c7e6f7509f1..2c3c60c1a6ede74d864ca27a549a918dac2a3df1 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,11 @@
 3. Open a terminal window at that directory: 
    - Install modules: `npn install`
    - Build the website: `npm run build:w`
-   - Run the webserver: `node webServer.js`
      - This command essentially builds the website every thime you change something (:w = watch)
+     - If you modify the webpack.config.js file, you need to cancel and run this command again (every time you create a new page).
+   - Run the webserver: `node webServer.js`
+   - How to build and run the website: 
      - On linux/mac you could run this one-liner to build and run the website: `node webServer.js && npn run build:w`
      - On Windows, the simplest way is to open two terminal windows for each command. (You could also run the start.bat file in each the directory)
+
+