Fix readme typo.

master
Icedream 2017-02-25 16:40:13 +01:00
parent 0fd167c090
commit 0a7b37e323
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ out all information but in their simplest form, they can be used like this:
# $your_old_file to $your_new_file.
go-bsdiff "$your_old_file" "$your_new_file" "$the_generated"
# Applies a patch file $the_generated on "your_old_file
# Applies a patch file $the_generated on $your_old_file
# and saves the new file to $your_new_file.
go-bspatch "$your_old_file" "$your_new_file" "$the_generated"
```