Skip to content

Commit

Permalink
Fixed a error in Contributing.md file
Browse files Browse the repository at this point in the history
proper syntax for highlighting code i.e. ```<code>``` was missing at line 37
  • Loading branch information
Aryav Chaturvedi authored Jul 23, 2022
1 parent 8f00260 commit 21e8d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ git checkout <branch_name>
```mkdir <Your_name>```
- For adding spaces between name, type as mkdir firstName\ lastName .
-example : mkdir Saiyam\ pathak
- To change directory into the folder, run ```cd <Your_name>
- To change directory into the folder, run ```cd <Your_name> ```
- Add a readme.md file , to tell about yourself and show your progress.

- To push your changes to github, Run the following commands.
Expand Down

0 comments on commit 21e8d7c

Please sign in to comment.