Skip to content

Commit ac146fb

Browse files
Update README.md (#511)
1 parent 1d75228 commit ac146fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ that needs some updating mechanism without [Composer](https://getcomposer.org/).
2525
To install the latest version from the master using [Composer](https://getcomposer.org/):
2626

2727
```sh
28-
$ composer require codedge/laravel-selfupdater
28+
composer require codedge/laravel-selfupdater
2929
```
3030

3131
## Configuration
3232

3333
After installing the package you need to publish the configuration file via
3434

3535
```sh
36-
$ php artisan vendor:publish --provider="Codedge\Updater\UpdaterServiceProvider"
36+
php artisan vendor:publish --provider="Codedge\Updater\UpdaterServiceProvider"
3737
```
3838

3939
**Note:** Please enter correct value for vendor and repository name in your `config/self-updater.php` if you want to use Github as source for your updates.

0 commit comments

Comments
 (0)