Skip to content

Commit 9aa6518

Browse files
beautify README.md
1 parent aa503b9 commit 9aa6518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ _If you like this project, please give me a star._ ★
88

99
## Contributing
1010
Your ideas/fixes/algorithms are more than welcome!
11-
```
11+
1212
1. Fork this repo
1313
2. Clone your forked repo (`git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git`) onto your local machine
1414
3. `cd` into your cloned directory, create your feature branch (`git checkout -b my-awesome-fix`)
1515
4. `git add` your desired changes to this repo
1616
5. Commit your changes (`git commit -m 'Added some awesome features/fixes'`)
1717
6. Push to the branch (`git push origin my-awesome-feature`)
1818
7. Open your forked repo on Github website, create a new Pull Request to this repo!
19-
```
19+
2020

2121
## Algorithms
2222

0 commit comments

Comments
 (0)