From 8365afc440286c4a4033a57a5c3867d0f45bf4dc Mon Sep 17 00:00:00 2001 From: mroloux Date: Thu, 29 Jun 2023 13:03:40 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f39ed63..549d6b2 100644 --- a/README.md +++ b/README.md @@ -304,8 +304,8 @@ Passing in 0 disables exponential backoff completely. In that case, the client w ## Upgrading ### v86 -> v87 -* `client->events->create()` now takes a `CreateEventParams` object -* `client->events->update()` now takes an `UpdateEventParams` object +* `$seatsioClient->events->create()` now takes a `CreateEventParams` object +* `$seatsioClient->events->update()` now takes an `UpdateEventParams` object ### v85 -> v86 - `$seatsioClient->events->channels->replace()` now takes a normal array instead of an associative array. If you want to just replace the channel metadata but keep the objects (like replace() used to do), you have to explicitly pass in the objects.