From ec09b3d62c35faf45eae4c165dbd5a2caab6522e Mon Sep 17 00:00:00 2001 From: Orkhan Ahmadov Date: Fri, 11 Aug 2023 12:25:58 +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 e432574..e3b76ed 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ const { data } = await new Guest('event-uuid').create({ ```javascript import { Guest } from '@airlst/sdk' -const { data } = await new Guest('event-uuid').createCompanion('guest-code', { +const { data } = await new Guest('event-uuid').createCompanion('main-guest-code', { contact: { first_name: 'John', last_name: 'Doe',