Skip to content

Commit

Permalink
Merge pull request #33 from rico-vz/patch-1
Browse files Browse the repository at this point in the history
Fix minor markdown typo
  • Loading branch information
freekmurze authored Aug 28, 2023
2 parents 43fc9de + e1ddaee commit ff32956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ You can format your messages with markup. Learn how [in the Discord API docs](ht
```php
use Spatie\DiscordAlerts\Facades\DiscordAlert;

DiscordAlert::message("A message *with some bold statements* and _some italicized text_.");
DiscordAlert::message("A message **with some bold statements** and _some italicized text_.");
```

### Emoji's
Expand Down

0 comments on commit ff32956

Please sign in to comment.