diff --git a/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json b/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json
index f4488d60f2..0e698b2275 100644
--- a/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json
+++ b/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json
@@ -9,7 +9,8 @@
"title": "Show the Local Weather",
"description": [
"Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/bELRjV.",
- "Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.",
+ "Rule #1: Don't look at the example project's code. Figure it out for yourself.",
+ "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.",
"User Story: I can see the weather in my current location.",
"User Story: I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.",
"User Story: I can push a button to toggle between Fahrenheit and Celsius.",