From 41b44df8373b2b841bacb3ff0028288d9f7b50a5 Mon Sep 17 00:00:00 2001 From: AHTESHAM ZAIDI Date: Sat, 1 Oct 2022 14:13:23 +0530 Subject: [PATCH] added S.No. in table headers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 136ee0ab..87af78fd 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ While we have purposefully avoided introducing JavaScript frameworks so as to co ## Lessons -| S. No. | Project Name | Concepts Taught | Learning Objectives | Linked Lesson | Author | +| S.No. | Project Name | Concepts Taught | Learning Objectives | Linked Lesson | Author | | :-: | :------------------------------------------------------: | :--------------------------------------------------------------------: | ----------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------: | :---------------------: | | 01 | Getting Started | Introduction to Programming and Tools of the Trade | Learn the basic underpinnings behind most programming languages and about software that helps professional developers do their jobs | [Intro to Programming Languages and Tools of the Trade](/1-getting-started-lessons/1-intro-to-programming-languages/README.md) | Jasmine | | 02 | Getting Started | Basics of GitHub, includes working with a team | How to use GitHub in your project, how to collaborate with others on a code base | [Intro to GitHub](/1-getting-started-lessons/2-github-basics/README.md) | Floor |