Skip to content

Commit 0a7b37e

Browse files
committed
Fix readme typo.
1 parent 0fd167c commit 0a7b37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ out all information but in their simplest form, they can be used like this:
7777
# $your_old_file to $your_new_file.
7878
go-bsdiff "$your_old_file" "$your_new_file" "$the_generated"
7979

80-
# Applies a patch file $the_generated on "your_old_file
80+
# Applies a patch file $the_generated on $your_old_file
8181
# and saves the new file to $your_new_file.
8282
go-bspatch "$your_old_file" "$your_new_file" "$the_generated"
8383
```

0 commit comments

Comments
 (0)