From eee8beea761ff1a0b2cc4b22906c2554debe6cd5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 21 Aug 2019 11:09:37 +0100 Subject: Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ab6e064cf3..675493239e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In case you have created a blog about your solutions, then create a file called ## Step-by-step instructions Let us assume you want to subtmit solutions for **Challenge 002** and your Github user name is **joe-blog**. -1. If you are submitting the solution for the first time then you have to **Fork** the repository by clicking the "Fork" button in the top right corner and should have repository e.g. **https://github.com/joe-blog/perlweeklychallenge-club**. +1. If you are submitting the solution for the first time then you have to **Fork** the repository **https://github.com/manwar/perlweeklychallenge-club** by clicking the "Fork" button in the top right corner and should have repository e.g. **https://github.com/joe-blog/perlweeklychallenge-club**. 2. Go to your favourite terminal and **clone** your repository. e.g **git clone https://github.com/joe-blog/perlweeklychallenge-club**. -- cgit