Skip to content

Commit fee767d

Browse files
authored
Merge pull request Show-Me-the-Code#243 from Lucifer24/ReadmeUpdated
Improved Readme
2 parents a6fa524 + 76306cc commit fee767d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Show Me the Code Python version.
88

99
### How to Add your solutions:
1010

11-
* fork this repo
12-
* create a folder named with your github name
13-
* create a folder named the problem num
14-
* add your solution in the folder
11+
* Fork this repo.
12+
* Create a folder named with your github name.
13+
* Create a folder named the problem num.
14+
* Add your solution in the folder.
1515

1616
For example, if you wanna add a solution for problem 0001, you should do like this:
1717

18-
* fork Show-Me-the-Code/python
19-
* git clone YOUR_REPO_URL SOME_DIR
20-
* cd SOME_DIR
21-
* mkdir YOUR_GITHUB_USER_NAME
22-
* cd YOU_GITHUB_USER_NAME
23-
* mkdir 0001
24-
* cd 0001
25-
* and the write some code & test it
18+
* Fork `Show-Me-the-Code/python`.
19+
* git clone `YOUR_REPO_URL SOME_DIR`.
20+
* cd `SOME_DIR`.
21+
* mkdir `YOUR_GITHUB_USER_NAME`.
22+
* cd `YOU_GITHUB_USER_NAME`.
23+
* mkdir `0001`.
24+
* cd `0001`.
25+
* and the write some code & test it.
2626

27-
if all these steps done, send us an pull request. After we accepte your request, we'll invite you to this group.
27+
If all these steps done, send us an pull request. After we accept your request, we'll invite you to this group.

0 commit comments

Comments
 (0)