diff --git a/README.md b/README.md index c5b7b9d..f79e7fd 100644 --- a/README.md +++ b/README.md @@ -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