diff --git a/Readme.md b/Readme.md
index 23c196f..3ed3cd3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -5,17 +5,36 @@ Convert video to 16mm-sized strips of frames. For transferring to acetate and ot
Use the distributed binary
- ./v2f ./path_to_video.mov 300
+ ./v2f ./path_to_video.mov ./path_to_output_directory
or from source
- node v2f.js ./path_to_video.mov 300
+ node v2f.js ./path_to_video.mov ./path_to_output_directory
-This will turn "path_to_video.mov" into strips of 16mm-sized frames that will printing at 300dpi. They are broken up into 8.5x11in pages.
+This will turn "path_to_video.mov" into strips of film frames that will printing at 300dpi. They are broken up into 8.5x11in pages.
+
+Options
+-------
+
+```
+ Usage: v2f [options]