From d7d3e12afd6a7c02c64995718ac525a4fa1582b2 Mon Sep 17 00:00:00 2001 From: CmptAdam <37913687+CmptAdam@users.noreply.github.com> Date: Mon, 2 Apr 2018 16:42:56 -0700 Subject: [PATCH] Update README.md This file has been edited by a Computer Science student in a Technical Writing course. The students are tasked in finding online real-world documentation to edit. Full marks are achieved if the original author of the work accepts the changes; in this case a Pull Request. Please review and accept the Pull Request and thank you so much! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e3beb..59c24be 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To get started with this project, head over to the [Hello Code School](https://w # Prerequisites -In order to complete this project, you'll need to know the basics of HTML! Aside from that, you'll need a local computer where you can install git, and edit some files. We'll walk you through that part, so if you haven't used Git before -- don't worry. We recommend that you should have already completed Code Schools [Front-End Foundations](https://www.codeschool.com/courses/front-end-foundations) course, or have basic familiarity with HTML. When we say basic familiarity here's what we mean: +To complete this project, you should know the basic concepts of HTML. Aside from that, you will need a local computer where you can install git, and edit some files. We will walk you through that part, so if you have not used Git before -- don't worry. You are recommended to complete Code Schools Front-End Foundations [Front-End Foundations](https://www.codeschool.com/courses/front-end-foundations) course, or have basic familiarity with HTML. When we say basic familiarity here is what we mean: * Know what an HTML tag looks like * Know some of the most common tags -- `title`, `h1`, `ul`, `li`.