From eb2df153db664c8e2a6306482c7c5008311af119 Mon Sep 17 00:00:00 2001 From: anushksrivastava <72188214+anushksrivastava@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:37:09 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 720c0e0..5c69c4b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ ### Objectives - Become more proficient in debugging while fixing common bugs. - Add another skill by learning how to use lodash.js. +- Bug free program development with step by step procedure + #### Steps 1. `cd` into app1 and run `npm install` to install dependencies. app1 is a react app that is currently broken. Use your debugging techniques to fix the app.