Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov committed Dec 8, 2023
2 parents f663511 + ec09b3d commit ef11a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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',
Expand Down

0 comments on commit ef11a14

Please sign in to comment.