From 12281859a80b40a8a363128a206ab627f91c46d0 Mon Sep 17 00:00:00 2001 From: WHAHA-HA Date: Sat, 13 Mar 2021 09:22:31 +0530 Subject: [PATCH] Updated ReadMe --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0b6250..394cd9c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Daily Coding Challenge +# Daily Coding Problem Solutions This repository contains the **[Daily Coding Problem](https://www.dailycodingproblem.com)** solutions in python. @@ -6,7 +6,7 @@ This repository contains the **[Daily Coding Problem](https://www.dailycodingpro Install the 3rd party packages, perform the following steps: -1. `cd Daily-Coding-Challenge-Solutions` +1. `cd Daily-Coding-Problem-Solutions` 2. Run `pip install -r requirements.txt` ## Contribution Guidelines