laravel-selfupdater icon indicating copy to clipboard operation
laravel-selfupdater copied to clipboard

Fix typos of self-update.php filename in readme

Open mpstenson opened this issue 3 years ago • 0 comments

After running php artisan vendor:publish --provider="Codedge\Updater\UpdaterServiceProvider" I found that the config file published was /config/self-update.php instead of /config/self-updater.php. This updates the readme to reflect that.

mpstenson avatar Sep 15 '22 20:09 mpstenson