Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Aug 9, 2022
1 parent c457b58 commit 6baeaf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Weitere Informationen beim Vendor https://github.com/jeroendesloovere/vcard
### Visitenkarte als QR-Code

```php
echo staff::getVCard(staff::get($id));
$person = staff::get($id);
echo staff::getVCard($person);
```

Weitere Informationen beim Vendor https://github.com/chillerlan/php-qrcode
Expand Down

0 comments on commit 6baeaf0

Please sign in to comment.