From e1ddaeeb38882618120d9563ef3ffe27671c8ad2 Mon Sep 17 00:00:00 2001 From: Rico Date: Mon, 28 Aug 2023 10:49:43 +0200 Subject: [PATCH] Fix minor markdown typo README had singular asterisks as bold, even though it should be double asterisks. This commit fixes that minor issue in the README to avoid confusion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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