diff --git a/README.md b/README.md index a76977a..8121f46 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Comfortable, seamless, and fast 3-finger (and 4-finger) touchpad swipe gestures 3. Optional: Automatically run on startup ``` - comfortable-swipe-autostart + comfortable-swipe autostart ``` ### Permissions diff --git a/uninstall b/uninstall index 7efeb0b..fd47646 100644 --- a/uninstall +++ b/uninstall @@ -3,4 +3,4 @@ echo "Uninstalling..." rm ${XDG_CONFIG_HOME:-$HOME/.config}/autostart/comfortable-swipe.desktop 2> /dev/null comfortable-swipe stop 2> /dev/null rm $HOME/.local/bin/comfortable-swipe 2> /dev/null -echo "Successfully uninstalled comfortablex-swipe" \ No newline at end of file +echo "Successfully uninstalled comfortable-swipe" \ No newline at end of file