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.