From c8e88fa49f9248dca822127c8609405490f755e8 Mon Sep 17 00:00:00 2001 From: Kailash Kejriwal <75155230+kailash360@users.noreply.github.com> Date: Mon, 31 May 2021 17:32:47 +0530 Subject: [PATCH] Enhanced readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25576f50..df412aa8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Introduction to Web Development -This repository contains all of the code for each individual lesson and is broken into three sections. HTML, CSS, and Javascript. Each section contains a folder for each lesson that contains all the code for the project as of the end of that lesson. +This repository contains all of the code for each individual lesson and is broken into _three_ sections- __HTML__, __CSS__, and __Javascript__. Each section contains a folder for each lesson that contains all the code for the project as of the end of that lesson. The code in these projects is only meant as a reference and should not be directly copied. Instead you should be creating your own web site for your own favorite musician. -View the videos for this course [here](https://www.youtube.com/watch?v=HfTXHrWMGVY&list=PLZlA0Gpn_vH-cEDOofOujFIknfZZpIk3a). \ No newline at end of file +View the videos for this course [here](https://www.youtube.com/watch?v=HfTXHrWMGVY&list=PLZlA0Gpn_vH-cEDOofOujFIknfZZpIk3a).