diff --git a/README.md b/README.md index a3d88a6..95bc756 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ composer require d3/varbackup Create a cronjob or execute the following script manually: ``` -./vendor/bin/varbackup.sh +./vendor/bin/varbackup ``` ## Customizing diff --git a/composer.json b/composer.json index c3c0291..01197ba 100644 --- a/composer.json +++ b/composer.json @@ -19,5 +19,5 @@ "license": [ "MIT" ], - "bin": ["varbackup.sh"] + "bin": ["varbackup"] } diff --git a/varbackup.sh b/varbackup similarity index 100% rename from varbackup.sh rename to varbackup