Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos of self-update.php filename in readme #388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ After installing the package you need to publish the configuration file via
$ php artisan vendor:publish --provider="Codedge\Updater\UpdaterServiceProvider"
```

**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.
**Note:** Please enter correct value for vendor and repository name in your `config/self-update.php` if you want to use Github as source for your updates.

### Setting the currently installed version

Expand All @@ -54,7 +54,7 @@ A valid version would be: `2020-04-19T22:35:48Z`

### Running artisan commands

Artisan commands can be run before or after the update process and can be configured in `config/self-updater.php`:
Artisan commands can be run before or after the update process and can be configured in `config/self-update.php`:

**Example:**

Expand Down Expand Up @@ -143,7 +143,7 @@ The package comes with a _GitHub_ source repository type to fetch
releases from GitHub - basically use GitHub to pull the latest version
of your software.

Just make sure you set the proper repository in your `config/self-updater.php`
Just make sure you set the proper repository in your `config/self-update.php`
file.

#### Tag-based updates
Expand All @@ -170,7 +170,7 @@ Select the branch that should be used via the `use_branch` setting [inside the c

### Using Gitlab

Configure Gitlab either via the `config/self-updater.php` or use the appropriate environment variables.
Configure Gitlab either via the `config/self-update.php` or use the appropriate environment variables.

```php
// ...
Expand Down