diff --git a/readme.md b/readme.md index dd3d308..24a3324 100644 --- a/readme.md +++ b/readme.md @@ -4,11 +4,11 @@ ## Learning Goals -In this exercise you will be able to apply all the concepts you've just learned, such as: +In this exercise you will be able to apply all the concepts which you've just learned, such as: -- using different HTML tags, -- structuring your HTML page with **block elements**, and -- adding content to your HTML page with **inline elements**. +- Using different HTML tags. +- Structuring your HTML page with **block elements**. +- Adding content to your HTML page with **inline elements**. ## Getting started @@ -16,9 +16,6 @@ In this exercise you will be able to apply all the concepts you've just learned, ![](https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_e1d537a0f12e005606bc1fae2277bb70.jpeg) - **Click the button "Download as zip"** - -## Instructions - ### Introduction In this exercise, you will clone one of the previous versions of the landing page of **NPM website**. NPM is a package manager for NodeJS, and you will be using it heavily throughout this course.