From 879cfcdc429467a459e4fe001179dfce740440a7 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Sat, 18 Jul 2020 01:13:01 +0100 Subject: [PATCH] Remove mistakenly copied line --- challenges-mars/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/challenges-mars/README.md b/challenges-mars/README.md index 66e3fa4f8..f8875a0e5 100644 --- a/challenges-mars/README.md +++ b/challenges-mars/README.md @@ -38,8 +38,6 @@ _Note: Earth dates and Mars dates (“sols”) are slightly different. For the U Make your own React app using `create-react-app`. See [(this guide)](https://docs.codeyourfuture.io/students/guides/creating-a-react-app) if you have forgotten how. -Copy across the names file (or its contents) from this repo to your app, and then import from that file. - Write a plain HTML prototype (e.g. on codepen). THEN, once you know the HTML you're attempting to create, work on the React version! This is not mandatory but it is recommended. ## Levels