From 85edb02025f732071de83f1dab3d6721ce55e17f Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 8 Sep 2021 23:11:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f061f1..aa81aa0 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ foreach ($sponsors as $sponsor) { Lastly you may use the `hasSponsors` check to see if an account has any sponsors at all: -```blade +```php if ($client->login('Gummibeer')->hasSponsors() { // ... }