diff --git a/rsmangler.rb b/rsmangler.rb
index b41ea87..a6d686a 100755
--- a/rsmangler.rb
+++ b/rsmangler.rb
@@ -101,3 +101,3 @@ Basic usage:
 
-	./rsmangler.rb --file wordlist.txt
+	rsmangler --file wordlist.txt
 
@@ -105,3 +105,3 @@ To pass the initial words in on standard in do:
 
-	cat wordlist.txt | ./rsmangler.rb
+	cat wordlist.txt | rsmangler
 
@@ -109,3 +109,3 @@ To send the output to a file:
 
-	./rsmangler.rb --file wordlist.txt --output mangled.txt
+	rsmangler --file wordlist.txt --output mangled.txt
 
@@ -113,3 +113,3 @@ To send the output to a file:
 
-	Usage: rsmangler.rb [OPTION]
+	Usage: rsmangler [OPTION]
 	--help, -h: show help
