Skip to content

Commit

Permalink
fix(doc): fixed documentation sound option
Browse files Browse the repository at this point in the history
  • Loading branch information
adveris-aadam committed Oct 4, 2024
1 parent b88fc98 commit 59e6c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/02-notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ through the `addOption` method.

### Subtitle

Only works with AppleScriptDriver and TerminalNotifierDriver at the moment.
Only works with AppleScriptDriver at the moment.

```php
$notification->addOption('subtitle', 'This is a subtitle');
```

### Sound

Only works with AppleScriptDriver at the moment.
Only works with AppleScriptDriver and TerminalNotifierDriver at the moment.

Non-exhaustive list of sounds: Basso, Frog, Hero, Pop, Submarine, Blow, Funk,
Morse, Purr, Tink, Bottle, Glass, Ping, Sosumi.
Expand Down

0 comments on commit 59e6c5f

Please sign in to comment.