Skip to content

Commit bb5b8f6

Browse files
authored
Update README.md
1 parent c979654 commit bb5b8f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ extensively against real-world patches.
3636
[functionality][seletskiy] exist, so why did I write another?
3737

3838
1. No other packages I found support binary diffs, as generated with the
39-
`--binary` flag. This is the main reason for writing a new packages, as the
39+
`--binary` flag. This is the main reason for writing a new package, as the
4040
format is pretty different from line-oriented diffs and is unique to Git.
4141

42-
2. Most other packages only parse patches, so you need another package to apply
43-
them (and if they do support applies, it is only for text files.)
42+
2. Most other packages only parse patches, so you need additional code to apply
43+
them (and if applies are supported, it is only for text files.)
4444

4545
3. This package aims to accept anything that `git apply` accepts, and closely
4646
follows the logic in [`apply.c`][apply.c].
4747

48-
4. It seemed like a fun thing to write and a good way to learn more about Git.
48+
4. It seemed like a fun project and a way to learn more about Git.
4949

5050
[sourcegraph]: https://github.com/sourcegraph/go-diff
5151
[sergi]: https://github.com/sergi/go-diff

0 commit comments

Comments
 (0)