diff --git a/README b/README
index a06d2b1..b176cb1 100644
--- a/README
+++ b/README
@@ -102,9 +102,9 @@ CONFIGURATION
blocked-push-command = /gitroot/contrib/hooks/pre-receive-reject-binaries/blocked-push-command
unblocked-push-command = /gitroot/contrib/hooks/pre-receive-reject-binaries/unblocked-push-command
- For example commands for the "*-command" switches see the see the
- examples/ directory in the pre-receive-reject-binaries Git distribution
- for an example of what the author uses this hook for.
+ For example commands for the "*-command" switches see the examples/
+ directory in the pre-receive-reject-binaries Git distribution for an
+ example of what the author uses this hook for.
Detailed documentation about each option below:
diff --git a/pre-receive-reject-binaries b/pre-receive-reject-binaries
index 7c4d5b8..67929cd 100755
--- a/pre-receive-reject-binaries
+++ b/pre-receive-reject-binaries
@@ -130,7 +130,7 @@ look like:
blocked-push-command = /gitroot/contrib/hooks/pre-receive-reject-binaries/blocked-push-command
unblocked-push-command = /gitroot/contrib/hooks/pre-receive-reject-binaries/unblocked-push-command
-For example commands for the C<*-command> switches see the see the
+For example commands for the C<*-command> switches see the
F directory in the F Git
distribution for an example of what the author uses this hook for.