We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd167c commit 0a7b37eCopy full SHA for 0a7b37e
README.md
@@ -77,7 +77,7 @@ out all information but in their simplest form, they can be used like this:
77
# $your_old_file to $your_new_file.
78
go-bsdiff "$your_old_file" "$your_new_file" "$the_generated"
79
80
-# Applies a patch file $the_generated on "your_old_file
+# Applies a patch file $the_generated on $your_old_file
81
# and saves the new file to $your_new_file.
82
go-bspatch "$your_old_file" "$your_new_file" "$the_generated"
83
```
0 commit comments