Skip to content

Commit

Permalink
Minor documentation changes to the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Tibell committed Mar 4, 2010
1 parent 3f70040 commit 5185583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You might want to use `git rebase` to make sure your commits
correspond to nice, logical commits. Make sure whitespace only
changes are kept in separate commits to ease reviewing.

Prepare your patches for sending:
To prepare your patches for sending:

git format-patch -n origin

Expand All @@ -53,8 +53,8 @@ This will create one patch file per patch.
git send-email --to <maintainer> <patch files>

The maintainer is specified in the Cabal file. The maintainer will
review your changes and may ask you to make changes to them. Make the
changes to your local repository and use `git rebase` to massage them
review your patches and may ask you to make changes to them. Make the
changes in your local repository and use `git rebase` to massage them
into nice, logical commits and resend the patches.

Building and running the tests
Expand Down

0 comments on commit 5185583

Please sign in to comment.