laravel-selfupdater
laravel-selfupdater copied to clipboard
Fix typos of self-update.php filename in readme
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.