diff --git a/README.md b/README.md index e1c2a92..57b6a44 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Options Examples: $ gifgen -i screencap.mp4 $ gifgen -i SCM_1457.mov -o demo.gif - $ gifgen -i screencp.mp4 -f 15 + $ gifgen -i screencap.mp4 -f 15 ``` ## Installation diff --git a/gifgen b/gifgen index dcffdd4..a179b5f 100755 --- a/gifgen +++ b/gifgen @@ -13,7 +13,7 @@ show_help() { echo "Examples:" echo " $ gifgen -i screencap.mp4" echo " $ gifgen -i SCM_1457.mov -o demo.gif" - echo " $ gifgen -i screencp.mp4 -f 15" + echo " $ gifgen -i screencap.mp4 -f 15" } # Setup defaults