Skip to content

Commit

Permalink
Tweak line to avoid wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansechrest authored Aug 8, 2024
1 parent 65d9a33 commit 6fad98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ $gitHubUpdater->setBranch('master');

### Configure: Plugin Icon (Optional)

If you want to use an image within your plugin as the plugin icon, set a relative path (starting from your plugin root) to the file:
If you want to use an image within your plugin as the plugin icon, set a relative path to the file:

```php
$gitHubUpdater->setPluginIcon('assets/icon.png');
```

This icon appears on Dashboard > Updates next to your plugin when there's a pending update.
The path should be relative from your plugin root. The icon appears on Dashboard > Updates next to your plugin.

### Add GitHubUpdater (Required)

Expand Down

0 comments on commit 6fad98a

Please sign in to comment.