Skip to content

Commit

Permalink
Concatenate properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jul 26, 2024
1 parent b929ac1 commit 83664a5
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 @@ -52,8 +52,8 @@ try {

sleep(2);

echo "An error was sent to Telebugs asynchronously.",
"It will appear in your dashboard shortly.",
echo "An error was sent to Telebugs asynchronously." .
"It will appear in your dashboard shortly." .
"A notification was also sent to your Telegram chat."
```

Expand Down

0 comments on commit 83664a5

Please sign in to comment.