diff --git a/README.md b/README.md index 66e3beb..01713ac 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To get started with this project, head over to the [Hello Code School](https://w 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: * Know what an HTML tag looks like -* Know some of the most common tags -- `title`, `h1`, `ul`, `li`. +* Know some of the most common tags -- `html`, `head`, `body`, `title`, `h1`, `ul`, `li`. If you know these, you should be all set to jump in and give this project a shot!