From 31aa865d51e8508b2f720c96555384dd4572aca9 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sat, 22 Nov 2008 12:59:10 -0800 Subject: [PATCH] proper list syntax --- README.textile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.textile b/README.textile index c92fe5b2..afdd5b8d 100644 --- a/README.textile +++ b/README.textile @@ -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: -1. Fork mojombo/jekyll on GitHub -2. Clone down your fork -3. Create a topic branch to contain your change -4. Hack away -5. If necessary, rebase your commits into logical chunks, without errors -6. Push the branch up to GitHub -7. Send me a pull request for your branch +# Fork mojombo/jekyll on GitHub +# Clone down your fork +# Create a topic branch to contain your change +# Hack away +# If necessary, rebase your commits into logical chunks, without errors +# Push the branch up to GitHub +# Send me a pull request for your branch h2. License