Skip to content

Commit 137df8d

Browse files
committed
docs: neutral app name in example
1 parent d4edfb6 commit 137df8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ composer require bereznii/php-teams-connector
2020

2121
``` php
2222
$card = new \Bereznii\TeamsConnector\Services\MessageCard();
23-
$card->setAppName('Synevo Spermogram Booking API')
23+
$card->setAppName('Your App')
2424
->setMessage('Hello World')
2525
->setContext(__METHOD__)
2626
->setStatus('DEBUG');

0 commit comments

Comments
 (0)