aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRichard D. Worth <rdworth@gmail.com>2011-05-24 07:43:44 -0700
committerRichard D. Worth <rdworth@gmail.com>2011-05-24 07:43:44 -0700
commit63b89b7884d72d026f67c29eb234ebc1be738aa0 (patch)
treef18e8c194e4de233fcddc18dd13d2239f2f68ba4 /README.md
parent237bbc5aedb6d0ce935325309bff1795ebad45c5 (diff)
downloadjquery-ui-63b89b7884d72d026f67c29eb234ebc1be738aa0.tar.gz
jquery-ui-63b89b7884d72d026f67c29eb234ebc1be738aa0.zip
README: Fixed code samples to be (markdown) indented properly with 4 spaces instead of 2.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ace5fe2de..547f2886b 100644
--- a/README.md
+++ b/README.md
@@ -14,13 +14,13 @@ When looking at pull requests, first check for [proper commit messages](http://w
Unless everything is fine and you can merge directly via GitHub's interface, fetch the remote first:
- git remote add [username] [his-fork.git] -f
+ git remote add [username] [his-fork.git] -f
If you want just one commit and edit the commit message:
- git cherry-pick -e [sha-of-commit]
+ git cherry-pick -e [sha-of-commit]
If it should go to the stable brach, cherry-pick it to stable:
- git checkout 1-8-stable
- git cherry-pick -x [sha-of-commit]
+ git checkout 1-8-stable
+ git cherry-pick -x [sha-of-commit]