proper list syntax

This commit is contained in:
Tom Preston-Werner 2008-11-22 12:59:10 -08:00
parent b8ce18107d
commit 31aa865d51
1 changed files with 7 additions and 7 deletions

View File

@ -56,13 +56,13 @@ all of the dependencies, install the gem first.
The best way to get your changes merged back into core is as follows: The best way to get your changes merged back into core is as follows:
1. Fork mojombo/jekyll on GitHub # Fork mojombo/jekyll on GitHub
2. Clone down your fork # Clone down your fork
3. Create a topic branch to contain your change # Create a topic branch to contain your change
4. Hack away # Hack away
5. If necessary, rebase your commits into logical chunks, without errors # If necessary, rebase your commits into logical chunks, without errors
6. Push the branch up to GitHub # Push the branch up to GitHub
7. Send me a pull request for your branch # Send me a pull request for your branch
h2. License h2. License