From 76306cc44aa40adda210170f7828d9279cb26b2d Mon Sep 17 00:00:00 2001 From: Lucifer24 Date: Tue, 29 Aug 2017 17:45:11 +0530 Subject: [PATCH] Improved Readme --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7b884541..5d75dd92 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,20 @@ Show Me the Code Python version. ### How to Add your solutions: - * fork this repo - * create a folder named with your github name - * create a folder named the problem num - * add your solution in the folder + * Fork this repo. + * Create a folder named with your github name. + * Create a folder named the problem num. + * Add your solution in the folder. For example, if you wanna add a solution for problem 0001, you should do like this: - * fork Show-Me-the-Code/python - * git clone YOUR_REPO_URL SOME_DIR - * cd SOME_DIR - * mkdir YOUR_GITHUB_USER_NAME - * cd YOU_GITHUB_USER_NAME - * mkdir 0001 - * cd 0001 - * and the write some code & test it + * Fork `Show-Me-the-Code/python`. + * git clone `YOUR_REPO_URL SOME_DIR`. + * cd `SOME_DIR`. + * mkdir `YOUR_GITHUB_USER_NAME`. + * cd `YOU_GITHUB_USER_NAME`. + * mkdir `0001`. + * cd `0001`. + * and the write some code & test it. -if all these steps done, send us an pull request. After we accepte your request, we'll invite you to this group. +If all these steps done, send us an pull request. After we accept your request, we'll invite you to this group.